/ Published in: PHP
get file extension
Expand |
Embed | Plain Text
/* * get the extension of file * @param : String file name * @return : String file extension */ function get_extension($file) { } else { } }
You need to login to post a comment.
