> Retour
<?php
function get_file_ext($file)
{
$ext = substr(strtolower(strrchr(basename($file), ".")), 1);
return $ext;
}
?> 
<?php
$ext = pathinfo('le_fichier.html', PATHINFO_EXTENSION);
?> 
Le 12/05/2008 par sky
http://www.graphiks.net
Nous - Plan du site - Informations légale - Contact - © Graphiks.net