Search Results
PharFileInfo::chmod () allows setting of the executable file permissions bit, as well as read-only bits. Writeable bits are ignored, and set at runtime based on the phar.readonly INI variable. As with all functionality that modifies the contents of a phar, the phar.readonly INI variable must be off in order to succeed if the file is within a Phar archive. Files within PharData archives do not ...
Table of Contents PharFileInfo::chmod — Sets file-specific permission bits PharFileInfo::compress — Compresses the current Phar entry with either zlib or bzip2 compression PharFileInfo::__construct — Construct a Phar entry object PharFileInfo::decompress — Decompresses the current Phar entry within the phar
PharFileInfo::chmod () allows setting of the executable file permissions bit, as well as read-only bits. Writeable bits are ignored, and set at runtime based on the phar.readonly INI variable.
Table of Contents PharFileInfo::chmod — Sets file-specific permission bits PharFileInfo::compress — Compresses the current Phar entry with either zlib or bzip2 compression PharFileInfo::__construct — Construct a Phar entry object PharFileInfo::decompress — Decompresses the current Phar entry within the phar
chmodメソッドは、 PharFileInfo オブジェクトが表す、Pharアーカイブ内のファイルのパーミッション(アクセス権)を設定するメソッドです。Pharアーカイブとは、PHPのプログラムやリソースを一つにまとめた特別なファイル形式であり、このメソッドはアーカイブ内の個々のファイルに対して、誰が ...
English PHP documentation. Contribute to php/doc-en development by creating an account on GitHub.
Table of Contents PharFileInfo::chmod — Sets file-specific permission bits PharFileInfo::compress — Compresses the current Phar entry with either zlib or bzip2 compression PharFileInfo::__construct — Construct a Phar entry object PharFileInfo::decompress — Decompresses the current Phar entry within the phar PharFileInfo::delMetadata — Deletes the metadata of the entry PharFileInfo ...
