<?php
include_once $_SERVER['DOCUMENT_ROOT'] . '/include/shared-manual.inc';
$TOC = array();
$TOC_DEPRECATED = array();
$PARENTS = array();
include_once dirname(__FILE__) ."/toc/appendices.inc";
$setup = array (
  'home' => 
  array (
    0 => 'index.php',
    1 => 'PHP Manual',
  ),
  'head' => 
  array (
    0 => 'UTF-8',
    1 => 'uk',
  ),
  'this' => 
  array (
    0 => 'userlandnaming.php',
    1 => 'Посібник з назв в користувацьому коді',
    2 => 'Посібник з назв в користувацьому коді',
  ),
  'up' => 
  array (
    0 => 'appendices.php',
    1 => 'Доповнення',
  ),
  'prev' => 
  array (
    0 => 'tokens.php',
    1 => 'List of Parser Tokens',
  ),
  'next' => 
  array (
    0 => 'userlandnaming.globalnamespace.php',
    1 => 'Глобальний простір імен',
  ),
  'alternatives' => 
  array (
  ),
  'source' => 
  array (
    'lang' => 'uk',
    'path' => 'appendices/userlandnaming.xml',
  ),
  'history' => 
  array (
  ),
  'extra_header_links' => 
  array (
    'rel' => 'alternate',
    'href' => '/manual/en/feeds/userlandnaming.atom',
    'type' => 'application/atom+xml',
  ),
);
$setup["toc"] = $TOC;
$setup["toc_deprecated"] = $TOC_DEPRECATED;
$setup["parents"] = $PARENTS;
manual_setup($setup);

contributors($setup);

?>
<div id="userlandnaming" class="appendix">
 <h1 class="title">Посібник з назв в користувацьому коді</h1>
<h2>Зміст</h2><ul class="chunklist chunklist_appendix"><li><a href="userlandnaming.globalnamespace.php">Глобальний простір імен</a></li><li><a href="userlandnaming.rules.php">Правила</a></li><li><a href="userlandnaming.tips.php">Поради</a></li></ul>

 <p class="para">
  Цей посібник про те як краще обирати назви для ідентифікаторів у 
  користувацькому PHP-коді. Обираючи назви, які видимі в глобальному просторі 
  імен, важливо взяти до уваги наступні вказівки, щоби запобігти колізіям назв 
  в наступних версіях PHP.
 </p>

 

 

 

</div>
<?php manual_footer($setup); ?>