Sophie

Sophie

distrib > Mageia > 7 > i586 > by-pkgid > 2b917e0437961edec048f1d15e2d7449 > files > 14536

php-manual-en-7.2.11-1.mga7.noarch.rpm

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
 <head>
  <meta http-equiv="content-type" content="text/html; charset=UTF-8">
  <title>Predefined Constants</title>

 </head>
 <body><div class="manualnavbar" style="text-align: center;">
 <div class="prev" style="text-align: left; float: left;"><a href="xsl.resources.html">Resource Types</a></div>
 <div class="next" style="text-align: right; float: right;"><a href="xsl.examples.html">Examples</a></div>
 <div class="up"><a href="book.xsl.html">XSL</a></div>
 <div class="home"><a href="index.html">PHP Manual</a></div>
</div><hr /><div id="xsl.constants" class="appendix">
 <h1>Predefined Constants</h1>

 <p class="simpara">
The constants below are defined by this extension, and
will only be available when the extension has either
been compiled into PHP or dynamically loaded at runtime.
</p>
 <dl>

  
   <dt id="constant.xsl-clone-auto">
    <strong><code>XSL_CLONE_AUTO</code></strong>
    (<span class="type"><a href="language.types.integer.html" class="type integer">integer</a></span>)
   </dt>

   <dd>

    <span class="simpara">
    </span>
   </dd>

  
  
   <dt id="constant.xsl-clone-never">
    <strong><code>XSL_CLONE_NEVER</code></strong>
    (<span class="type"><a href="language.types.integer.html" class="type integer">integer</a></span>)
   </dt>

   <dd>

    <span class="simpara">
    </span>
   </dd>

  
  
   <dt id="constant.xsl-clone-always">
    <strong><code>XSL_CLONE_ALWAYS</code></strong>
    (<span class="type"><a href="language.types.integer.html" class="type integer">integer</a></span>)
   </dt>

   <dd>

    <span class="simpara">
    </span>
   </dd>

  
  
   <dt id="constant.libxslt-version">
    <strong><code>LIBXSLT_VERSION</code></strong>
    (<span class="type"><a href="language.types.integer.html" class="type integer">integer</a></span>)
   </dt>

   <dd>

    <span class="simpara">
     libxslt version like 10117. Available as of PHP 5.1.2.
    </span>
   </dd>

  
  
   <dt id="constant.libxslt-dotted-version">
    <strong><code>LIBXSLT_DOTTED_VERSION</code></strong>
    (<span class="type"><a href="language.types.string.html" class="type string">string</a></span>)
   </dt>

   <dd>

    <span class="simpara">
     libxslt version like 1.1.17. Available as of PHP 5.1.2.
    </span>
   </dd>

  
  
   <dt id="constant.libexslt-version">
    <strong><code>LIBEXSLT_VERSION</code></strong>
    (<span class="type"><a href="language.types.integer.html" class="type integer">integer</a></span>)
   </dt>

   <dd>

    <span class="simpara">
     libexslt version like 813. Available as of PHP 5.1.2.
    </span>
   </dd>

  
  
   <dt id="constant.libexslt-dotted-version">
    <strong><code>LIBEXSLT_DOTTED_VERSION</code></strong>
    (<span class="type"><a href="language.types.string.html" class="type string">string</a></span>)
   </dt>

   <dd>

    <span class="simpara">
     libexslt version like 1.1.17. Available as of PHP 5.1.2.
    </span>
   </dd>

  
  
   <dt id="constant.xsl-secpref-none">
    <strong><code>XSL_SECPREF_NONE</code></strong>
    (<span class="type"><a href="language.types.integer.html" class="type integer">integer</a></span>)
   </dt>

   <dd>

    <span class="simpara">Deactivate all security restrictions.
    </span>
   </dd>

  
  
   <dt id="constant.xsl-secpref-read-file">
    <strong><code>XSL_SECPREF_READ_FILE</code></strong>
    (<span class="type"><a href="language.types.integer.html" class="type integer">integer</a></span>)
   </dt>

   <dd>

    <span class="simpara">
     Disallows reading files.
    </span>
   </dd>

  
  
   <dt id="constant.xsl-secpref-write-file">
    <strong><code>XSL_SECPREF_WRITE_FILE</code></strong>
    (<span class="type"><a href="language.types.integer.html" class="type integer">integer</a></span>)
   </dt>

   <dd>

    <span class="simpara">
     Disallows writing files.
    </span>
   </dd>

  
  
   <dt id="constant.xsl-secpref-create-directory">
    <strong><code>XSL_SECPREF_CREATE_DIRECTORY</code></strong>
    (<span class="type"><a href="language.types.integer.html" class="type integer">integer</a></span>)
   </dt>

   <dd>

    <span class="simpara">
     Disallows creating directories.
    </span>
   </dd>

  
  
   <dt id="constant.xsl-secpref-read-network">
    <strong><code>XSL_SECPREF_READ_NETWORK</code></strong>
    (<span class="type"><a href="language.types.integer.html" class="type integer">integer</a></span>)
   </dt>

   <dd>

    <span class="simpara">
     Disallows reading network files.
    </span>
   </dd>

  
  
   <dt id="constant.xsl-secpref-write-network">
    <strong><code>XSL_SECPREF_WRITE_NETWORK</code></strong>
    (<span class="type"><a href="language.types.integer.html" class="type integer">integer</a></span>)
   </dt>

   <dd>

    <span class="simpara">
     Disallows writing network files.
    </span>
   </dd>

  
  
   <dt id="constant.xsl-secpref-default">
    <strong><code>XSL_SECPREF_DEFAULT</code></strong>
    (<span class="type"><a href="language.types.integer.html" class="type integer">integer</a></span>)
   </dt>

   <dd>

    <span class="simpara">
     Disallows all write access, i.e. a bitmask of
     <strong><code>XSL_SECPREF_WRITE_NETWORK</code></strong> |
     <strong><code>XSL_SECPREF_CREATE_DIRECTORY</code></strong> |
     <strong><code>XSL_SECPREF_WRITE_FILE</code></strong>.
    </span>
   </dd>

  
 </dl>

</div>
<hr /><div class="manualnavbar" style="text-align: center;">
 <div class="prev" style="text-align: left; float: left;"><a href="xsl.resources.html">Resource Types</a></div>
 <div class="next" style="text-align: right; float: right;"><a href="xsl.examples.html">Examples</a></div>
 <div class="up"><a href="book.xsl.html">XSL</a></div>
 <div class="home"><a href="index.html">PHP Manual</a></div>
</div></body></html>