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/ref.info.php
<?php
include_once $_SERVER['DOCUMENT_ROOT'] . '/include/shared-manual.inc';
$TOC = 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',
),
'up' =>
array (
0 => 'book.info.php',
1 => 'PHP Options and Information',
),
'prev' =>
array (
0 => 'info.constants.php',
1 => 'Predefined Constants',
),
'next' =>
array (
0 => 'function.assert-options.php',
1 => 'assert_options',
),
);
$setup["toc"] = $TOC;
$setup["parents"] = $PARENTS;
manual_setup($setup);
manual_header();
?>
<div>
<h1 class="title">PHP Options/Info Functions</h1>
<h2>Table of Contents</h2><ul class="chunklist chunklist_reference"><li><a href="function.assert-options.php">assert_options</a> — Set/get the various assert flags</li><li><a href="function.assert.php">assert</a> — Checks if assertion is FALSE</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.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.getenv.php">getenv</a> — Gets the value of an environment variable</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-all.php">ini_get_all</a> — Gets all configuration options</li><li><a href="function.ini-get.php">ini_get</a> — Gets the value of a configuration option</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.magic-quotes-runtime.php">magic_quotes_runtime</a> — Alias of set_magic_quotes_runtime</li><li><a href="function.main.php">main</a> — Dummy for main</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.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-logo-guid.php">php_logo_guid</a> — Gets the logo guid</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 lots of PHP information</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-magic-quotes-runtime.php">set_magic_quotes_runtime</a> — Sets the current active configuration setting of magic_quotes_runtime</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 "PHP-standardized" version number strings</li><li><a href="function.zend-logo-guid.php">zend_logo_guid</a> — Gets the Zend guid</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(); ?>