array ( 0 => 'index.php', 1 => 'PHP Manual', ), 'head' => array ( 0 => 'UTF-8', 1 => 'tr', ), 'this' => array ( 0 => 'phar.iswritable.php', 1 => 'Phar::isWritable', 2 => 'Returns true if the phar archive can be modified', ), 'up' => array ( 0 => 'class.phar.php', 1 => 'Phar', ), 'prev' => array ( 0 => 'phar.isvalidpharfilename.php', 1 => 'Phar::isValidPharFilename', ), 'next' => array ( 0 => 'phar.loadphar.php', 1 => 'Phar::loadPhar', ), 'alternatives' => array ( ), 'source' => array ( 'lang' => 'en', 'path' => 'reference/phar/Phar/isWritable.xml', ), 'history' => array ( ), ); $setup["toc"] = $TOC; $setup["toc_deprecated"] = $TOC_DEPRECATED; $setup["parents"] = $PARENTS; manual_setup($setup); contributors($setup); ?>
(PHP 5 >= 5.3.0, PHP 7, PHP 8, PECL phar >= 2.0.0)
Phar::isWritable — Returns true if the phar archive can be modified
This method returns true if phar.readonly is 0,
and the actual phar archive on disk is not read-only.
No parameters.
Returns true if the phar archive can be modified