<?php
include_once $_SERVER['DOCUMENT_ROOT'] . '/include/shared-manual.inc';
$TOC = array();
$TOC_DEPRECATED = array();
$PARENTS = array();
include_once dirname(__FILE__) ."/toc/ref.xmlrpc.inc";
$setup = array (
  'home' => 
  array (
    0 => 'index.php',
    1 => 'PHP Manual',
  ),
  'head' => 
  array (
    0 => 'UTF-8',
    1 => 'fr',
  ),
  'this' => 
  array (
    0 => 'function.xmlrpc-encode.php',
    1 => 'xmlrpc_encode',
    2 => 'G&eacute;n&egrave;re le code XML pour une valeur PHP',
  ),
  'up' => 
  array (
    0 => 'ref.xmlrpc.php',
    1 => 'Fonctions XML-RPC',
  ),
  'prev' => 
  array (
    0 => 'function.xmlrpc-decode-request.php',
    1 => 'xmlrpc_decode_request',
  ),
  'next' => 
  array (
    0 => 'function.xmlrpc-encode-request.php',
    1 => 'xmlrpc_encode_request',
  ),
  'alternatives' => 
  array (
  ),
  'source' => 
  array (
    'lang' => 'fr',
    'path' => 'reference/xmlrpc/functions/xmlrpc-encode.xml',
  ),
  'history' => 
  array (
  ),
);
$setup["toc"] = $TOC;
$setup["toc_deprecated"] = $TOC_DEPRECATED;
$setup["parents"] = $PARENTS;
manual_setup($setup);

contributors($setup);

?>
<div id="function.xmlrpc-encode" class="refentry">
 <div class="refnamediv">
  <h1 class="refname">xmlrpc_encode</h1>
  <p class="verinfo">(PHP 4 &gt;= 4.1.0, PHP 5, PHP 7)</p><p class="refpurpose"><span class="refname">xmlrpc_encode</span> &mdash; <span class="dc-title">Génère le code XML pour une valeur PHP</span></p>

 </div>
 <div class="refsect1 description" id="refsect1-function.xmlrpc-encode-description">
  <h3 class="title">Description</h3>
  <div class="methodsynopsis dc-description">
   <span class="methodname"><strong>xmlrpc_encode</strong></span>(<span class="methodparam"><span class="type"><a href="language.types.mixed.php" class="type mixed">mixed</a></span> <code class="parameter">$value</code></span>): <span class="type"><a href="language.types.string.php" class="type string">string</a></span></div>

  <div class="warning"><strong class="warning">Avertissement</strong><p class="simpara">
 Cette fonction est <em>EXPERIMENTALE</em>. Le comportement de cette fonction, son nom, et toute la
 documentation autour de cette fonction peut changer sans préavis dans une prochaine version de PHP.
 Cette fonction doit être utilisée à vos risques et périls.
</p></div>
  
<div class="warning"><strong class="warning">Avertissement</strong>
<p class="simpara">
 Cette fonction est actuellement non documentée ; seule la liste des arguments est disponible.
</p>
</div>

 </div>

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