advanced code snippet search
jatubio on 01/28/11
01/28/11 01:19am
1 person have marked this snippet as a favorite
satie83
function sdRemoveFileExtension($path){ return substr($path,0,strrpos($path,'.'));}
Report this snippet Tweet
Comment:
You need to login to post a comment.