Source of: /manual/pl/kadm5.examples.php
<?php
include_once $_SERVER['DOCUMENT_ROOT'] . '/include/shared-manual.inc';
$TOC = array();
$PARENTS = array();
include_once dirname(__FILE__) ."/toc/book.kadm5.inc";
$setup = array (
'home' =>
array (
0 => 'index.php',
1 => 'PHP Manual',
),
'head' =>
array (
0 => 'UTF-8',
1 => 'pl',
),
'this' =>
array (
0 => 'kadm5.examples.php',
1 => 'Przykłady',
),
'up' =>
array (
0 => 'book.kadm5.php',
1 => 'KADM5',
),
'prev' =>
array (
0 => 'pecl.kadm5.constantsop.php',
1 => 'Constants for Options',
),
'next' =>
array (
0 => 'kadm5.examples-connect.php',
1 => 'Basic usage',
),
'alternatives' =>
array (
),
'extra_header_links' =>
array (
'rel' => 'alternate',
'href' => '/manual/en/feeds/kadm5.examples.atom',
'type' => 'application/atom+xml',
),
);
$setup["toc"] = $TOC;
$setup["parents"] = $PARENTS;
manual_setup($setup);
manual_header();
?>
<div id="kadm5.examples" class="chapter">
<h1>Przykłady</h1>
<h2>Spis treści</h2><ul class="chunklist chunklist_chapter"><li><a href="kadm5.examples-connect.php">Basic usage</a></li></ul>
</div>
<?php manual_footer(); ?>