Source of: /manual/de/bzip2.constants.php
<?php
include_once $_SERVER['DOCUMENT_ROOT'] . '/include/shared-manual.inc';
$TOC = array();
$PARENTS = array();
include_once dirname(__FILE__) ."/toc/book.bzip2.inc";
$setup = array (
'home' =>
array (
0 => 'index.php',
1 => 'PHP Manual',
),
'head' =>
array (
0 => 'UTF-8',
1 => 'de',
),
'this' =>
array (
0 => 'bzip2.constants.php',
1 => 'Vordefinierte Konstanten',
),
'up' =>
array (
0 => 'book.bzip2.php',
1 => 'Bzip2',
),
'prev' =>
array (
0 => 'bzip2.resources.php',
1 => 'Ressource-Typen',
),
'next' =>
array (
0 => 'bzip2.examples.php',
1 => 'Beispiele',
),
'alternatives' =>
array (
),
);
$setup["toc"] = $TOC;
$setup["parents"] = $PARENTS;
manual_setup($setup);
manual_header();
?>
<div id="bzip2.constants" class="appendix">
<h1>Vordefinierte Konstanten</h1>
<p class="para">Diese Erweiterung definiert keine Konstanten.</p>
</div>
<?php manual_footer(); ?>