<?php
include_once $_SERVER['DOCUMENT_ROOT'] . '/include/shared-manual.inc';
$TOC = array();
$TOC_DEPRECATED = array();
$PARENTS = array();
include_once dirname(__FILE__) ."/toc/ref.strings.inc";
$setup = array (
  'home' => 
  array (
    0 => 'index.php',
    1 => 'PHP Manual',
  ),
  'head' => 
  array (
    0 => 'UTF-8',
    1 => 'it',
  ),
  'this' => 
  array (
    0 => 'function.vsprintf.php',
    1 => 'vsprintf',
    2 => 'Restituisce una stringa formattata',
  ),
  'up' => 
  array (
    0 => 'ref.strings.php',
    1 => 'String Funzioni',
  ),
  'prev' => 
  array (
    0 => 'function.vprintf.php',
    1 => 'vprintf',
  ),
  'next' => 
  array (
    0 => 'function.wordwrap.php',
    1 => 'wordwrap',
  ),
  'alternatives' => 
  array (
  ),
  'source' => 
  array (
    'lang' => 'it',
    'path' => 'reference/strings/functions/vsprintf.xml',
  ),
  'history' => 
  array (
  ),
);
$setup["toc"] = $TOC;
$setup["toc_deprecated"] = $TOC_DEPRECATED;
$setup["parents"] = $PARENTS;
manual_setup($setup);

contributors($setup);

?>
<div id="function.vsprintf" class="refentry">
   <div class="refnamediv">
    <h1 class="refname">vsprintf</h1>
    <p class="verinfo">(PHP 4 &gt;= 4.1.0, PHP 5, PHP 7, PHP 8)</p><p class="refpurpose"><span class="refname">vsprintf</span> &mdash; <span class="dc-title">Restituisce una stringa formattata</span></p>

   </div>
   <div class="refsect1 unknown-1480" id="refsect1-function.vsprintf-unknown-1480">
    <h3 class="title">Descrizione</h3>
     <div class="methodsynopsis dc-description">
      <span class="methodname"><strong>vsprintf</strong></span>(<span class="methodparam"><span class="type"><a href="language.types.string.php" class="type string">string</a></span> <code class="parameter">$format</code></span>, <span class="methodparam"><span class="type"><a href="language.types.array.php" class="type array">array</a></span> <code class="parameter">$args</code></span>): <span class="type"><a href="language.types.string.php" class="type string">string</a></span></div>

    <p class="simpara">
     Restituisce i valori di un array come testo formattato in base a
     <code class="parameter">format</code> (descritto nella documentazione
     di <span class="function"><a href="function.sprintf.php" class="function">sprintf()</a></span>).
    </p>
    <p class="simpara">
     Agisce come <span class="function"><a href="function.sprintf.php" class="function">sprintf()</a></span> ma accetta un array di 
     argomenti, piuttosto che un numero variabile di argomenti.
    </p>
    <p class="simpara">
     Vedere anche <span class="function"><a href="function.sprintf.php" class="function">sprintf()</a></span> e <span class="function"><a href="function.vprintf.php" class="function">vprintf()</a></span> 
    </p>
   </div>

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