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 Remove Inline Styling from WordPress Tag Clouds
PHP strtolower() and strtoupper() alternatives
PHP GD Security Image
PHP Object Cloning
PHP Bubble Sort
PHP Iranian National ID Number Checker - PHP Function
PHP Converting Repeater Field to Standard WP Meta Field in PHP
PHP Export array to csv
PHP Listing only one type files
PHP Git Modified Files Tool