Toggle navigation
Home
Latest pastes
FAQ
Random
BitBin is shutting down!
Register
Login
PHP find file extension
SUBMITTED BY:
Guest
DATE:
June 12, 2013, 2:05 p.m.
FORMAT:
PHP
SIZE:
107 Bytes
Raw
Download
Tweet
HITS:
861
Go to comments
Report
<?php
$file
=
'/path/to/file.php'
;
$info
=
pathinfo
(
$file
);
echo
$info
[
'extension'
];
?>
Please enable JavaScript to view the
comments powered by Disqus.
comments powered by
Disqus