<?php
include_once $_SERVER['DOCUMENT_ROOT'] . '/include/shared-manual.inc';
$TOC = array();
$TOC_DEPRECATED = array();
$PARENTS = array();
include_once dirname(__FILE__) ."/toc/book.info.inc";
$setup = array (
  'home' => 
  array (
    0 => 'index.php',
    1 => 'PHP Manual',
  ),
  'head' => 
  array (
    0 => 'UTF-8',
    1 => 'en',
  ),
  'this' => 
  array (
    0 => 'ref.info.php',
    1 => 'PHP Options/Info Functions',
    2 => 'PHP Options/Info Functions',
  ),
  'up' => 
  array (
    0 => 'book.info.php',
    1 => 'PHP Options/Info',
  ),
  'prev' => 
  array (
    0 => 'info.constants.php',
    1 => 'Predefined Constants',
  ),
  'next' => 
  array (
    0 => 'function.assert.php',
    1 => 'assert',
  ),
  'alternatives' => 
  array (
  ),
  'source' => 
  array (
    'lang' => 'en',
    'path' => 'reference/info/reference.xml',
  ),
  'history' => 
  array (
  ),
  'extra_header_links' => 
  array (
    'rel' => 'alternate',
    'href' => '/manual/en/feeds/ref.info.atom',
    'type' => 'application/atom+xml',
  ),
);
$setup["toc"] = $TOC;
$setup["toc_deprecated"] = $TOC_DEPRECATED;
$setup["parents"] = $PARENTS;
manual_setup($setup);

contributors($setup);

?>
<div id="ref.info" class="reference">
 <h1 class="title">PHP Options/Info Functions</h1>

 













































































































































































































































































































<h2>Table of Contents</h2><ul class="chunklist chunklist_reference"><li><a href="function.assert.php">assert</a> — Checks an assertion</li><li><a href="function.assert-options.php">assert_options</a> — Set/get the various assert flags</li><li><a href="function.cli-get-process-title.php">cli_get_process_title</a> — Returns the current process title</li><li><a href="function.cli-set-process-title.php">cli_set_process_title</a> — Sets the process title</li><li><a href="function.dl.php">dl</a> — Loads a PHP extension at runtime</li><li><a href="function.extension-loaded.php">extension_loaded</a> — Find out whether an extension is loaded</li><li><a href="function.gc-collect-cycles.php">gc_collect_cycles</a> — Forces collection of any existing garbage cycles</li><li><a href="function.gc-disable.php">gc_disable</a> — Deactivates the circular reference collector</li><li><a href="function.gc-enable.php">gc_enable</a> — Activates the circular reference collector</li><li><a href="function.gc-enabled.php">gc_enabled</a> — Returns status of the circular reference collector</li><li><a href="function.gc-mem-caches.php">gc_mem_caches</a> — Reclaims memory used by the Zend Engine memory manager</li><li><a href="function.gc-status.php">gc_status</a> — Gets information about the garbage collector</li><li><a href="function.get-cfg-var.php">get_cfg_var</a> — Gets the value of a PHP configuration option</li><li><a href="function.get-current-user.php">get_current_user</a> — Gets the name of the owner of the current PHP script</li><li><a href="function.get-defined-constants.php">get_defined_constants</a> — Returns an associative array with the names of all the constants and their values</li><li><a href="function.get-extension-funcs.php">get_extension_funcs</a> — Returns an array with the names of the functions of a module</li><li><a href="function.get-include-path.php">get_include_path</a> — Gets the current include_path configuration option</li><li><a href="function.get-included-files.php">get_included_files</a> — Returns an array with the names of included or required files</li><li><a href="function.get-loaded-extensions.php">get_loaded_extensions</a> — Returns an array with the names of all modules compiled and loaded</li><li><a href="function.get-magic-quotes-gpc.php">get_magic_quotes_gpc</a> — Gets the current configuration setting of magic_quotes_gpc</li><li><a href="function.get-magic-quotes-runtime.php">get_magic_quotes_runtime</a> — Gets the current active configuration setting of magic_quotes_runtime</li><li><a href="function.get-required-files.php">get_required_files</a> — Alias of get_included_files</li><li><a href="function.get-resources.php">get_resources</a> — Returns active resources</li><li><a href="function.getenv.php">getenv</a> — Gets the value of a single or all environment variables</li><li><a href="function.getlastmod.php">getlastmod</a> — Gets time of last page modification</li><li><a href="function.getmygid.php">getmygid</a> — Get PHP script owner's GID</li><li><a href="function.getmyinode.php">getmyinode</a> — Gets the inode of the current script</li><li><a href="function.getmypid.php">getmypid</a> — Gets PHP's process ID</li><li><a href="function.getmyuid.php">getmyuid</a> — Gets PHP script owner's UID</li><li><a href="function.getopt.php">getopt</a> — Gets options from the command line argument list</li><li><a href="function.getrusage.php">getrusage</a> — Gets the current resource usages</li><li><a href="function.ini-alter.php">ini_alter</a> — Alias of ini_set</li><li><a href="function.ini-get.php">ini_get</a> — Gets the value of a configuration option</li><li><a href="function.ini-get-all.php">ini_get_all</a> — Gets all configuration options</li><li><a href="function.ini-parse-quantity.php">ini_parse_quantity</a> — Get interpreted size from ini shorthand syntax</li><li><a href="function.ini-restore.php">ini_restore</a> — Restores the value of a configuration option</li><li><a href="function.ini-set.php">ini_set</a> — Sets the value of a configuration option</li><li><a href="function.memory-get-peak-usage.php">memory_get_peak_usage</a> — Returns the peak of memory allocated by PHP</li><li><a href="function.memory-get-usage.php">memory_get_usage</a> — Returns the amount of memory allocated to PHP</li><li><a href="function.memory-reset-peak-usage.php">memory_reset_peak_usage</a> — Reset the peak memory usage</li><li><a href="function.php-ini-loaded-file.php">php_ini_loaded_file</a> — Retrieve a path to the loaded php.ini file</li><li><a href="function.php-ini-scanned-files.php">php_ini_scanned_files</a> — Return a list of .ini files parsed from the additional ini dir</li><li><a href="function.php-sapi-name.php">php_sapi_name</a> — Returns the type of interface between web server and PHP</li><li><a href="function.php-uname.php">php_uname</a> — Returns information about the operating system PHP is running on</li><li><a href="function.phpcredits.php">phpcredits</a> — Prints out the credits for PHP</li><li><a href="function.phpinfo.php">phpinfo</a> — Outputs information about PHP's configuration</li><li><a href="function.phpversion.php">phpversion</a> — Gets the current PHP version</li><li><a href="function.putenv.php">putenv</a> — Sets the value of an environment variable</li><li><a href="function.restore-include-path.php">restore_include_path</a> — Restores the value of the include_path configuration option</li><li><a href="function.set-include-path.php">set_include_path</a> — Sets the include_path configuration option</li><li><a href="function.set-time-limit.php">set_time_limit</a> — Limits the maximum execution time</li><li><a href="function.sys-get-temp-dir.php">sys_get_temp_dir</a> — Returns directory path used for temporary files</li><li><a href="function.version-compare.php">version_compare</a> — Compares two &quot;PHP-standardized&quot; version number strings</li><li><a href="function.zend-thread-id.php">zend_thread_id</a> — Returns a unique identifier for the current thread</li><li><a href="function.zend-version.php">zend_version</a> — Gets the version of the current Zend engine</li></ul>
</div>
<?php manual_footer($setup); ?>