downloads | documentation | faq | getting help | mailing lists | licenses | wiki | reporting bugs | php.net sites | links | 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 SVN repository for this website on svn.php.net.

Source of: /manual/en/misc.configuration.php

<?php
include_once $_SERVER['DOCUMENT_ROOT'] . '/include/shared-manual.inc';
$TOC = array();
$PARENTS = array();
include_once
dirname(__FILE__) ."/toc/misc.setup.inc";
$setup = array (
 
'home' =>
  array (
   
0 => 'index.php',
   
1 => 'PHP Manual',
  ),
 
'head' =>
  array (
   
0 => 'UTF-8',
   
1 => 'en',
  ),
 
'this' =>
  array (
   
0 => 'misc.configuration.php',
   
1 => 'Runtime Configuration',
  ),
 
'up' =>
  array (
   
0 => 'misc.setup.php',
   
1 => 'Installing/Configuring',
  ),
 
'prev' =>
  array (
   
0 => 'misc.installation.php',
   
1 => 'Installation',
  ),
 
'next' =>
  array (
   
0 => 'misc.resources.php',
   
1 => 'Resource Types',
  ),
);
$setup["toc"] = $TOC;
$setup["parents"] = $PARENTS;
manual_setup($setup);

manual_header();
?>
<div id="misc.configuration" class="section">
 <h2 class="title">Runtime Configuration</h2>
 <p class="simpara">
The behaviour of these functions is affected by settings in <var class="filename">php.ini</var>.
</p>
 <p class="para">
  </p><table class="doctable table">
   <caption><b> Misc. Configuration Options</b></caption>
  
    <thead valign="middle">
     <tr valign="middle">
      <th>Name</th>
      <th>Default</th>
      <th>Changeable</th>
      <th>Changelog</th>
     </tr>

    </thead>

    <tbody valign="middle" class="tbody">
     <tr valign="middle">
      <td align="left"><a href="misc.configuration.php#ini.ignore-user-abort" class="link">ignore_user_abort</a></td>
      <td align="left">&quot;0&quot;</td>
      <td align="left">PHP_INI_ALL</td>
      <td class="empty">&nbsp;</td>
     </tr>

     <tr valign="middle">
      <td align="left">highlight.string</td>
      <td align="left">&quot;#DD0000&quot;</td>
      <td align="left">PHP_INI_ALL</td>
      <td class="empty">&nbsp;</td>
     </tr>

     <tr valign="middle">
      <td align="left">highlight.comment</td>
      <td align="left">&quot;#FF8000&quot;</td>
      <td align="left">PHP_INI_ALL</td>
      <td class="empty">&nbsp;</td>
     </tr>

     <tr valign="middle">
      <td align="left">highlight.keyword</td>
      <td align="left">&quot;#007700&quot;</td>
      <td align="left">PHP_INI_ALL</td>
      <td class="empty">&nbsp;</td>
     </tr>

     <tr valign="middle">
      <td align="left">highlight.bg</td>
      <td align="left">&quot;#FFFFFF&quot;</td>
      <td align="left">PHP_INI_ALL</td>
      <td align="left">Removed in PHP 6.0.0.</td>
     </tr>

     <tr valign="middle">
      <td align="left">highlight.default</td>
      <td align="left">&quot;#0000BB&quot;</td>
      <td align="left">PHP_INI_ALL</td>
      <td class="empty">&nbsp;</td>
     </tr>

     <tr valign="middle">
      <td align="left">highlight.html</td>
      <td align="left">&quot;#000000&quot;</td>
      <td align="left">PHP_INI_ALL</td>
      <td class="empty">&nbsp;</td>
     </tr>

     <tr valign="middle">
      <td align="left"><a href="misc.configuration.php#ini.browscap" class="link">browscap</a></td>
      <td align="left">NULL</td>
      <td align="left">PHP_INI_SYSTEM</td>
      <td class="empty">&nbsp;</td>
     </tr>

    </tbody>
  
  </table>
<p>
  For further details and definitions of the
PHP_INI_* modes, see the <a href="configuration.changes.modes.php" class="xref">Where a configuration setting may be set</a>.
 </p>
 
 <p class="para">Here&#039;s a short explanation of
the configuration directives.</p>
 
 <p class="para">
  </p><dl>


   <dt id="ini.ignore-user-abort" class="varlistentry">
    <span class="term">
     <i><tt class="parameter">ignore_user_abort</tt></i>

     <a href="language.types.boolean.php" class="type boolean">boolean</a>
    </span>

    </dt><dd class="listitem">

     <p class="para">
      <b><tt class="constant">FALSE</tt></b> by default. If changed to <b><tt class="constant">TRUE</tt></b> scripts will not be terminated
      after a client has aborted their connection.
     </p>
     <p class="para">
      See also <a href="function.ignore-user-abort.php" class="function">ignore_user_abort()</a>.
     </p>
    </dd>

  

    <dt id="ini.syntax-highlighting" class="varlistentry">
     <span class="term">
      <i><tt class="parameter">highlight.bg</tt></i>

      <a href="language.types.string.php" class="type string">string</a>
     </span>

     <br /><span class="term">
      <i><tt class="parameter">highlight.comment</tt></i>

      <a href="language.types.string.php" class="type string">string</a>
     </span>

     <br /><span class="term">
      <i><tt class="parameter">highlight.default</tt></i>

      <a href="language.types.string.php" class="type string">string</a>
     </span>

     <br /><span class="term">
      <i><tt class="parameter">highlight.html</tt></i>

      <a href="language.types.string.php" class="type string">string</a>
     </span>

     <br /><span class="term">
      <i><tt class="parameter">highlight.keyword</tt></i>

      <a href="language.types.string.php" class="type string">string</a>
     </span>

     <br /><span class="term">
      <i><tt class="parameter">highlight.string</tt></i>

      <a href="language.types.string.php" class="type string">string</a>
     </span>

     </dt><dd class="listitem">

      <p class="para">
       Colors for Syntax Highlighting mode. Anything that&#039;s acceptable in
       &lt;font color=&quot;??????&quot;&gt; would work.
      </p>
     </dd>

   

   <dt id="ini.browscap" class="varlistentry">
    <span class="term">
     <i><tt class="parameter">browscap</tt></i>

     <a href="language.types.string.php" class="type string">string</a>
    </span>

    </dt><dd class="listitem">

     <p class="para">
      Name (e.g.: <var class="filename">browscap.ini</var>) and location of browser
      capabilities file. See also <a href="function.get-browser.php" class="function">get_browser()</a>.
     </p>
    </dd>

  

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