Manuel PHP
SplFileInfo::isExecutable
(PHP 5 >= 5.1.2)
SplFileInfo::isExecutable — Tells if the file is executable
Description
public bool SplFileInfo::isExecutable
( void
)
The method description goes here.
Liste de paramètres
Cette fonction ne contient aucun paramètre.
Valeurs de retour
Returns TRUE if executable, FALSE otherwise.
Exemples
Exemple #1 SplFileInfo::isExecutable() example
L'exemple ci-dessus va afficher quelque chose de similaire à :
bool(true)
bool(true)
bool(false)
Remonter 
