<?php
include_once $_SERVER['DOCUMENT_ROOT'] . '/include/shared-manual.inc';
$TOC = array();
$TOC_DEPRECATED = array();
$PARENTS = array();
include_once dirname(__FILE__) ."/toc/langref.inc";
$setup = array (
  'home' => 
  array (
    0 => 'index.php',
    1 => 'PHP Manual',
  ),
  'head' => 
  array (
    0 => 'UTF-8',
    1 => 'fr',
  ),
  'this' => 
  array (
    0 => 'language.basic-syntax.php',
    1 => 'La syntaxe de base',
    2 => 'La syntaxe de base',
  ),
  'up' => 
  array (
    0 => 'langref.php',
    1 => 'R&eacute;f&eacute;rence du langage',
  ),
  'prev' => 
  array (
    0 => 'langref.php',
    1 => 'R&eacute;f&eacute;rence du langage',
  ),
  'next' => 
  array (
    0 => 'language.basic-syntax.phptags.php',
    1 => 'Balises PHP',
  ),
  'alternatives' => 
  array (
  ),
  'source' => 
  array (
    'lang' => 'fr',
    'path' => 'language/basic-syntax.xml',
  ),
  'history' => 
  array (
  ),
  'extra_header_links' => 
  array (
    'rel' => 'alternate',
    'href' => '/manual/en/feeds/language.basic-syntax.atom',
    'type' => 'application/atom+xml',
  ),
);
$setup["toc"] = $TOC;
$setup["toc_deprecated"] = $TOC_DEPRECATED;
$setup["parents"] = $PARENTS;
manual_setup($setup);

contributors($setup);

?>
<div id="language.basic-syntax" class="chapter">
 <h1 class="title">La syntaxe de base</h1>
<h2>Sommaire</h2><ul class="chunklist chunklist_chapter"><li><a href="language.basic-syntax.phptags.php">Balises PHP</a></li><li><a href="language.basic-syntax.phpmode.php">&Eacute;chappement depuis du HTML</a></li><li><a href="language.basic-syntax.instruction-separation.php">S&eacute;paration des instructions</a></li><li><a href="language.basic-syntax.comments.php">Commentaires</a></li></ul>

 

 

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