Codice PHP: $filename = "foo.bar"; $ext = pathinfo($filename, PATHINFO_EXTENSION); // restituisce bar
$filename = "foo.bar"; $ext = pathinfo($filename, PATHINFO_EXTENSION); // restituisce bar
Regole del Forum