Phar::canWrite
(PHP 5 >= 5.3.0, PHP 7, PHP 8, PECL phar >= 1.0.0)
Phar::canWrite — phar 拡張モジュールが phar の書き込みや作成をサポートしているかどうかを返す
説明
このstaticメソッドは、書き込みアクセスが php.ini の phar.readonly で無効にされているかどうかを調べます。
パラメータ
例
例1 Phar::canWrite() の例
<?php
if (Phar::canWrite()) {
file_put_contents('phar://myphar.phar/file.txt', 'hi there');
}
?>
+add a note
User Contributed Notes
There are no user contributed notes for this page.
↑ and ↓ to navigate •
Enter to select •
Esc to close
Press Enter without
selection to search using Google