|
php-internal-docs 8.4.8
Unofficial docs for php/php-src
|
Public Member Functions | |
| __construct (string $filename) | |
| __destruct () | |
| chmod (int $perms) | |
| compress (int $compression) | |
| decompress () | |
| delMetadata () | |
| getCompressedSize () | |
| getCRC32 () | |
| getContent () | |
| getMetadata (array $unserializeOptions=[]) | |
| getPharFlags () | |
| hasMetadata () | |
| isCompressed (?int $compression=null) | |
| isCRCChecked () | |
| setMetadata (mixed $metadata) | |
Public Member Functions inherited from SplFileInfo | |
| getPath () | |
| getFilename () | |
| getExtension () | |
| getBasename (string $suffix="") | |
| getPathname () | |
| getPerms () | |
| getInode () | |
| getSize () | |
| getOwner () | |
| getGroup () | |
| getATime () | |
| getMTime () | |
| getCTime () | |
| getType () | |
| isWritable () | |
| isReadable () | |
| isExecutable () | |
| isFile () | |
| isDir () | |
| isLink () | |
| getLinkTarget () | |
| getRealPath () | |
| getFileInfo (?string $class=null) | |
| getPathInfo (?string $class=null) | |
| openFile (string $mode="r", bool $useIncludePath=false, $context=null) | |
| setFileClass (string $class=SplFileObject::class) | |
| setInfoClass (string $class=SplFileInfo::class) | |
| __toString () | |
| __debugInfo () | |
| _bad_state_ex () | |
Definition at line 541 of file phar_object.stub.php.
| PharFileInfo::__construct | ( | string | $filename | ) |
Reimplemented from SplFileInfo.
Definition at line 543 of file phar_object.stub.php.
| PharFileInfo::__destruct | ( | ) |
Definition at line 545 of file phar_object.stub.php.
| PharFileInfo::chmod | ( | int | $perms | ) |
@tentative-return-type
Definition at line 548 of file phar_object.stub.php.
| PharFileInfo::compress | ( | int | $compression | ) |
@tentative-return-type
Definition at line 551 of file phar_object.stub.php.
| PharFileInfo::decompress | ( | ) |
@tentative-return-type
Definition at line 554 of file phar_object.stub.php.
| PharFileInfo::delMetadata | ( | ) |
@tentative-return-type
Definition at line 557 of file phar_object.stub.php.
| PharFileInfo::getCompressedSize | ( | ) |
@tentative-return-type
Definition at line 560 of file phar_object.stub.php.
| PharFileInfo::getContent | ( | ) |
@tentative-return-type
Definition at line 566 of file phar_object.stub.php.
| PharFileInfo::getCRC32 | ( | ) |
@tentative-return-type
Definition at line 563 of file phar_object.stub.php.
| PharFileInfo::getMetadata | ( | array | $unserializeOptions = [] | ) |
@tentative-return-type
Definition at line 569 of file phar_object.stub.php.
| PharFileInfo::getPharFlags | ( | ) |
@tentative-return-type
Definition at line 572 of file phar_object.stub.php.
| PharFileInfo::hasMetadata | ( | ) |
@tentative-return-type
Definition at line 575 of file phar_object.stub.php.
| PharFileInfo::isCompressed | ( | ?int | $compression = null | ) |
@tentative-return-type
Definition at line 578 of file phar_object.stub.php.
| PharFileInfo::isCRCChecked | ( | ) |
@tentative-return-type
Definition at line 581 of file phar_object.stub.php.
| PharFileInfo::setMetadata | ( | mixed | $metadata | ) |
@tentative-return-type
Definition at line 584 of file phar_object.stub.php.