PHP
downloads | documentation | faq | getting help | mailing lists | reporting bugs | php.net sites | links | conferences | my php.net

search for in the

PharFileInfo::chmod> <PharData::setStub
Last updated: Fri, 15 Aug 2008

view this page in

PharFileInfo クラス

導入

PharFileInfo クラスは、 phar アーカイブ内の個々のファイルのコンテンツや属性への 高レベルインターフェイスを提供します。

クラス概要

PharFileInfo
class PharFileInfo extends SplFileInfo {
/* プロパティ */
/* メソッド */
void chmod ( int $permissions )
bool compress ( int $compression )
void __construct ( string $entry )
bool decompress ( void )
bool delMetadata ( void )
int getCRC32 ( void )
int getCompressedSize ( void )
int getMetaData ( void )
int getPharFlags ( void )
int hasMetadata ( void )
bool isCRCChecked ( void )
bool isCompressed ( void )
bool isCompressedBZIP2 ( void )
bool isCompressedGZ ( void )
bool setCompressedBZIP2 ( void )
bool setCompressedGZ ( void )
void setMetaData ( mixed $metadata )
bool setUncompressed ( void )
}

目次



add a note add a note User Contributed Notes
PharFileInfo
There are no user contributed notes for this page.

PharFileInfo::chmod> <PharData::setStub
Last updated: Fri, 15 Aug 2008
 
 
show source | credits | stats | sitemap | contact | advertising | mirror sites