devi utilizzare le funzioni di stringa:
per esempio
$ext = stristr($var, '.');
ed un if che controlla $ext
if ($ext == ".pdf") etc