jatubio on 01/28/11
Last Edited at 01/28/11 01:19am
function sdRemoveFileExtension($path){ return substr($path,0,strrpos($path,'.'));}
Report this snippet Tweet
Comment:
You need to login to post a comment.