update : 2015.11.03
php.shukuma.com검색:
|
PharFileInfo::getPharFlags(PHP >= 5.3.0, PECL phar >= 1.0.0) PharFileInfo::getPharFlags — Returns the Phar file entry flags 설명
public int PharFileInfo::getPharFlags
( void
)
This returns the flags set in the manifest for a Phar. This will always return 0 in the current implementation. 반환값The Phar flags (always 0 in the current implementation) 예제
Example #1 A PharFileInfo::getPharFlags() example
<?php 위 예제의 출력: int(0) |