CODE
LIBARY.COM
Home
/
PHP
PHP Array Extension Get
Array Extension Get
<? $file = "file.php3"; $part = explode(".",$file); echo $part[count($part)-1]; ?>
$file = "file.php3"; $part = explode(".",$file); echo $part[count($part)-1]; ?>
Copy to Clipboard
Related Snippets
PHP Convert Camel Case to Snake Case in PHP
PHP File Synchronisation
PHP "PHP Function to Get Current Page URL"
PHP Simple File Upload
PHP List Recursive Directories
PHP Calendar
PHP Array Get Image Properties
PHP Magic methods __wakeup() and __sleep() usage
PHP Text to Image using while
PHP XOR encryption and decryption