Phar::isValidPharFilename
(PHP >= 5.3.0, PECL phar >= 1.2.0)
Phar::isValidPharFilename — Returns whether the given filename is a valid phar filename
Описание
bool Phar::isValidPharFilename
( string $filename
[, bool $executable = true
] )
Список параметров
-
filename
-
The name or full path to a phar archive not yet created
-
executable
-
This parameter determines whether the filename should be treated as
a phar executable archive, or a data non-executable archive
Возвращаемые значения
Returns TRUE if the filename is valid, FALSE if not.