Phar::isValidPharFilename
Returns whether the given filename is a valid phar filename
Description
final public static bool Phar::isValidPharFilename(string $filename
, bool $executable
= true
)
Parameters
-
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
Return Values
Returns true
if the filename is valid, false
if not.