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

search for in the

Our source is open

The syntax highlighted source is automatically generated by PHP from the plaintext script. If you're interested in what's behind the several functions we used, you can always take a look at the source of the following files:

Of course, if you want to see the source of this page, we have it available. You can also browse the Git repository for this website on git.php.net.

Source of: /manual/ro/phardata.iswritable.php

<?php
include_once $_SERVER['DOCUMENT_ROOT'] . '/include/shared-manual.inc';
$TOC = array();
$PARENTS = array();
include_once
dirname(__FILE__) ."/toc/class.phardata.inc";
$setup = array (
 
'home' =>
  array (
   
0 => 'index.php',
   
1 => 'PHP Manual',
  ),
 
'head' =>
  array (
   
0 => 'UTF-8',
   
1 => 'ro',
  ),
 
'this' =>
  array (
   
0 => 'phardata.iswritable.php',
   
1 => 'PharData::isWritable',
  ),
 
'up' =>
  array (
   
0 => 'class.phardata.php',
   
1 => 'PharData',
  ),
 
'prev' =>
  array (
   
0 => 'phardata.extractto.php',
   
1 => 'PharData::extractTo',
  ),
 
'next' =>
  array (
   
0 => 'phardata.offsetset.php',
   
1 => 'PharData::offsetSet',
  ),
 
'alternatives' =>
  array (
  ),
);
$setup["toc"] = $TOC;
$setup["parents"] = $PARENTS;
manual_setup($setup);

manual_header();
?>
<div id="phardata.iswritable" class="refentry">
 <div class="refnamediv">
  <h1 class="refname">PharData::isWritable</h1>
  <p class="verinfo">(PHP &gt;= 5.3.0, PECL phar &gt;= 2.0.0)</p><p class="refpurpose"><span class="refname">PharData::isWritable</span> &mdash; <span class="dc-title">Returns true if the tar/zip archive can be modified</span></p>

 </div>

 <div class="refsect1 description" id="refsect1-phardata.iswritable-description">
  <h3 class="title">Descrierea</h3>
  <div class="methodsynopsis dc-description">
   <span class="type">bool</span> <span class="methodname"><strong>PharData::isWritable</strong></span>
    ( <span class="methodparam">void</span>
   )</div>

  <p class="para rdfs-comment">
   This method returns <strong><code>TRUE</code></strong> if the tar/zip archive on disk is not read-only.
   Unlike  <span class="function"><a href="phar.iswritable.php" class="function">Phar::isWritable()</a></span>, data-only tar/zip archives
   can be modified even if <em>phar.readonly</em> is set to <em>1</em>.
  </p>
 </div>


 <div class="refsect1 parameters" id="refsect1-phardata.iswritable-parameters">
  <h3 class="title">Parametri</h3>
  <p class="para">
   No parameters.
  </p>

 </div>

 <div class="refsect1 returnvalues" id="refsect1-phardata.iswritable-returnvalues">
  <h3 class="title">Valorile întoarse</h3>
  <p class="para">
   Returns <strong><code>TRUE</code></strong> if the tar/zip archive can be modified
  </p>
 </div>

 <div class="refsect1 seealso" id="refsect1-phardata.iswritable-seealso">
  <h3 class="title">Vedeți de asemenea</h3>
  <p class="para">
   <ul class="simplelist">
    <li class="member"> <span class="function"><a href="phar.canwrite.php" class="function" rel="rdfs-seeAlso">Phar::canWrite()</a> - Returns whether phar extension supports writing and creating phars</span></li>
    <li class="member"> <span class="function"><a href="phar.iswritable.php" class="function" rel="rdfs-seeAlso">Phar::isWritable()</a> - Returns true if the phar archive can be modified</span></li>
   </ul>
  </p>
 </div>


</div><?php manual_footer(); ?>
 
show source | credits | sitemap | contact | advertising | mirror sites