<?php
include_once $_SERVER['DOCUMENT_ROOT'] . '/include/shared-manual.inc';
$TOC = array();
$TOC_DEPRECATED = array();
$PARENTS = array();
include_once dirname(__FILE__) ."/toc/refs.basic.php.inc";
$setup = array (
  'home' => 
  array (
    0 => 'index.php',
    1 => 'PHP Manual',
  ),
  'head' => 
  array (
    0 => 'UTF-8',
    1 => 'de',
  ),
  'this' => 
  array (
    0 => 'book.info.php',
    1 => 'PHP-Optionen/-Informationen',
    2 => 'PHP-Optionen und -Informationen',
  ),
  'up' => 
  array (
    0 => 'refs.basic.php.php',
    1 => 'Das Verhalten von PHP beeinflussen',
  ),
  'prev' => 
  array (
    0 => 'function.output-reset-rewrite-vars.php',
    1 => 'output_reset_rewrite_vars',
  ),
  'next' => 
  array (
    0 => 'info.setup.php',
    1 => 'Installation/Konfiguration',
  ),
  'alternatives' => 
  array (
  ),
  'source' => 
  array (
    'lang' => 'de',
    'path' => 'reference/info/book.xml',
  ),
  'history' => 
  array (
  ),
  'extra_header_links' => 
  array (
    'rel' => 'alternate',
    'href' => '/manual/en/feeds/book.info.atom',
    'type' => 'application/atom+xml',
  ),
);
$setup["toc"] = $TOC;
$setup["toc_deprecated"] = $TOC_DEPRECATED;
$setup["parents"] = $PARENTS;
manual_setup($setup);

contributors($setup);

?>
<div id="book.info" class="book">
 
 <h1 class="title">PHP-Optionen und -Informationen</h1>
 

 <div id="intro.info" class="preface">
  <h1 class="title">Einführung</h1>
  <p class="para">
   Diese Funktionen ermöglichen Ihnen, eine Menge an nützlichen Informationen
   über PHP selbst zu erhalten, z. B. die Konfiguration zur Laufzeit, geladene
   Erweiterungen, Angaben zur Version und vieles mehr. Sie finden hier auch
   Funktionen, die es Ihnen ermöglichen, Optionen für Ihr laufendes PHP zu
   setzen. Die vermutlich bekannteste Funktion von PHP -
   <span class="function"><a href="function.phpinfo.php" class="function">phpinfo()</a></span> - finden Sie hier.
  </p>
 </div>

 







 






 








<ul class="chunklist chunklist_book"><li><a href="info.setup.php">Installation/Konfiguration</a><ul class="chunklist chunklist_book chunklist_children"><li><a href="info.configuration.php">Laufzeit-Konfiguration</a></li></ul></li><li><a href="info.constants.php">Vordefinierte Konstanten</a></li><li><a href="ref.info.php">PHP-Optionen-/-Informationen-Funktionen</a><ul class="chunklist chunklist_book chunklist_children"><li><a href="function.assert.php">assert</a> — &Uuml;berpr&uuml;ft eine Assertion (Zusicherung)</li><li><a href="function.assert-options.php">assert_options</a> — Setzt oder liefert Assert-Optionen</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> — L&auml;dt eine PHP-Erweiterung zur Laufzeit</li><li><a href="function.extension-loaded.php">extension_loaded</a> — Pr&uuml;ft, ob eine Erweiterung geladen ist</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> — Liefert den Wert einer Konfigurationsoption</li><li><a href="function.get-current-user.php">get_current_user</a> — Liefert den Benutzernamen des Besitzers des aktuellen PHP-Skripts</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> — Liefert die Namen der Funktionen einer Erweiterung</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> — Liefert ein Array mit den Namen der eingebundenen Dateien</li><li><a href="function.get-loaded-extensions.php">get_loaded_extensions</a> — Liefert ein Array mit den Namen aller einkompilierten und geladenen
   Erweiterungen</li><li><a href="function.get-magic-quotes-gpc.php">get_magic_quotes_gpc</a> — Liefert die aktuelle Konfiguration von magic_quotes_gpc</li><li><a href="function.get-magic-quotes-runtime.php">get_magic_quotes_runtime</a> — Liefert die aktuelle Konfiguration von magic_quotes_runtime</li><li><a href="function.get-required-files.php">get_required_files</a> — Alias von 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> — Liefert den Wert einer einzelnen oder aller Umgebungsvariablen</li><li><a href="function.getlastmod.php">getlastmod</a> — Liefert die Uhrzeit der letzten &Auml;nderung eines Skripts</li><li><a href="function.getmygid.php">getmygid</a> — Get PHP script owner's GID</li><li><a href="function.getmyinode.php">getmyinode</a> — Liefert den Inode des aktuellen Skripts</li><li><a href="function.getmypid.php">getmypid</a> — Liefert die Prozess-ID eines Skripts</li><li><a href="function.getmyuid.php">getmyuid</a> — Liefert die User-ID des Besitzers eines PHP-Skripts</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> — Liefert den aktuellen Wert der Ressourcenauslastung</li><li><a href="function.ini-alter.php">ini_alter</a> — Alias von 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> — Liefert eine Liste von analysierten .ini-Dateien aus einem zus&auml;tzlichen
   ini-Verzeichnis</li><li><a href="function.php-sapi-name.php">php_sapi_name</a> — Liefert das zwischen PHP und Webserver verwendete Interface</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> — Liefert Informationen zur PHP-Konfiguration</li><li><a href="function.phpversion.php">phpversion</a> — Liefert die aktuelle PHP-Version</li><li><a href="function.putenv.php">putenv</a> — Setzt den Wert einer Umgebungsvariablen</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> — Setzt die Konfigurationsoption include_path</li><li><a href="function.set-time-limit.php">set_time_limit</a> — Beschr&auml;nkt die maximale Ausf&uuml;hrungszeit</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> — Vergleicht zwei Versionsnummer-Zeichenketten im PHP-Versionsformat</li><li><a href="function.zend-thread-id.php">zend_thread_id</a> — Liefert eine eindeutige ID f&uuml;r den aktuellen Thread</li><li><a href="function.zend-version.php">zend_version</a> — Liefert die aktuelle Version der Zend-Engine</li></ul></li></ul></div><?php manual_footer($setup); ?>