Phar::isValidPharFilename() - Phar类
Phar::isValidPharFilename()
(PHP 5 >= 5.3.0, PHP 7, PECL phar >= 1.2.0)
Returns whether the given filename is a valid phar filename
说明
finalpublicstaticPhar::isValidPharFilename(string $filename[,bool $executable=TRUE
]): boolReturns 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.
参数
$filenameThe name or full path to a phar archive not yet created
$executableThis 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.
Note, that this method accepts _everything_ (=> returns 'true'), when $executable is 'false' as long as the filename contains at least a dot var_dump(\PharData::isValidPharFilename('randomstring.y', false)); bool(true) This is not wrong at all, because I can name an archive like I want, but it makes the method completely useless (when $executable == false).
鹏仔微信 15129739599 鹏仔QQ344225443 鹏仔前端 pjxi.com 共享博客 sharedbk.com
图片声明:本站部分配图来自网络。本站只作为美观性配图使用,无任何非法侵犯第三方意图,一切解释权归图片著作权方,本站不承担任何责任。如有恶意碰瓷者,必当奉陪到底严惩不贷!