PHP » GoLang |
login |
register |
about
|
GoLang Phar::isValidPharFilename
request it (237)
GoLang replacement for PHP's Phar::isValidPharFilename
[edit | history]
Phar::isValidPharFilename(PHP 5 >= 5.3.0, PHP 7, PECL phar >= 1.2.0) Phar::isValidPharFilename — Returns whether the given filename is a valid phar filename Description
final public static bool Phar::isValidPharFilename
( string
$filename
[, bool $executable = TRUE
] )Returns whether the given filename is a valid phar filename that will be recognized as a phar archive by the phar extension. This can be used to test a name without having to instantiate a phar archive and catch the inevitable Exception that will be thrown if an invalid name is specified. Parameters
Return Values
Returns |
more
Recently updated
more
Most requested
more
Last requests
|