<?php
include_once $_SERVER['DOCUMENT_ROOT'] . '/include/shared-manual.inc';
$TOC = array();
$TOC_DEPRECATED = array();
$PARENTS = array();
include_once dirname(__FILE__) ."/toc/refs.basic.other.inc";
$setup = array (
  'home' => 
  array (
    0 => 'index.php',
    1 => 'PHP Manual',
  ),
  'head' => 
  array (
    0 => 'UTF-8',
    1 => 'fr',
  ),
  'this' => 
  array (
    0 => 'book.var_representation.php',
    1 => 'var_representation',
    2 => 'var_representation',
  ),
  'up' => 
  array (
    0 => 'refs.basic.other.php',
    1 => 'Autres extensions basiques',
  ),
  'prev' => 
  array (
    0 => 'ds-priorityqueue.toarray.php',
    1 => 'Ds\\PriorityQueue::toArray',
  ),
  'next' => 
  array (
    0 => 'var-representation.setup.php',
    1 => 'Installation/Configuration',
  ),
  'alternatives' => 
  array (
  ),
  'source' => 
  array (
    'lang' => 'fr',
    'path' => 'reference/var_representation/book.xml',
  ),
  'history' => 
  array (
  ),
  'extra_header_links' => 
  array (
    'rel' => 'alternate',
    'href' => '/manual/en/feeds/book.var_representation.atom',
    'type' => 'application/atom+xml',
  ),
);
$setup["toc"] = $TOC;
$setup["toc_deprecated"] = $TOC_DEPRECATED;
$setup["parents"] = $PARENTS;
manual_setup($setup);

contributors($setup);

?>
<div id="book.var_representation" class="book">
 
 <h1 class="title">var_representation</h1>
 

 <div id="intro.var_representation" class="preface">
  <h1 class="title">Introduction</h1>
  <p class="simpara">
   L&#039;extension var_representation fournit une alternative compacte à <span class="function"><a href="function.var-export.php" class="function">var_export()</a></span> qui échappe correctement les caractères de contrôle.
  </p>
 </div>

 





 





 






<ul class="chunklist chunklist_book"><li><a href="var-representation.setup.php">Installation/Configuration</a><ul class="chunklist chunklist_book chunklist_children"><li><a href="var-representation.installation.php">Installation</a></li></ul></li><li><a href="var-representation.constants.php">Constantes pr&eacute;-d&eacute;finies</a></li><li><a href="ref.var-representation.php">Fonctions de var_representation</a><ul class="chunklist chunklist_book chunklist_children"><li><a href="function.var-representation.php">var_representation</a> — Renvoie une repr&eacute;sentation lisible, courte et analysable d'une variable</li></ul></li></ul></div><?php manual_footer($setup); ?>