php functions
Posted in
4
3:18 am, October 24, 2021
php get file extension from a file name
this function returns the file extention, however if the file name has multiple . in it this will return a false value.
PHP
function get_file_extension($file_name) {
return substr(strrchr($file_name,'.'),1);
}
$my_filename = "kruxor.txt";
echo get_file_extension($my_filename);
View Statistics
This Week
16
This Month
145
This Year
0
Add Comment
Other Items in php functions
make a nice readable date using a timestamp string function make_nice_date
get php to validate its self with php check syntax
Spam IP Database and delete button
youtube search api request function
list all array json function list_all_array_json
php get file extension from a file name
php post data back to a url with a function
generate random username function in php
Related Search Terms
Other Categories in Code
c testing apache apps asp bat bootstrap bootstrap templates core css css grid design elements fancybox fonts foundation framework gimp git html icons ideas images javascript jquery js linux mac nginx node php php functions php simple html dom pi400 python react sections site bugs site documentation sql sqlite sublime svg templates tools virtual box webdev windows wordpress