Files
doc-fr/reference/strings/functions/vprintf.xml
David Manusset 34b976e4c6 typo
git-svn-id: https://svn.php.net/repository/phpdoc/fr/trunk@197283 c90b9560-bf6c-de11-be94-00142212c4b1
2005-10-01 08:23:25 +00:00

58 lines
1.7 KiB
XML
Executable File

<?xml version="1.0" encoding="iso-8859-1"?>
<!-- $Revision: 1.9 $ -->
<!-- EN-Revision: 1.4 Maintainer: didou Status: ready -->
<!-- Reviewed: yes -->
<refentry id="function.vprintf">
<refnamediv>
<refname>vprintf</refname>
<refpurpose>Affiche une chaîne formatée</refpurpose>
</refnamediv>
<refsect1>
&reftitle.description;
<methodsynopsis>
<type>int</type><methodname>vprintf</methodname>
<methodparam><type>string</type><parameter>format</parameter></methodparam>
<methodparam><type>array</type><parameter>args</parameter></methodparam>
</methodsynopsis>
<simpara>
<function>vprintf</function> affiche le tableau <parameter>args</parameter>,
sous forme de chaîne formatée grâce à <parameter>format</parameter>
Le format est le même que celui utilisé par <function>sprintf</function>.
</simpara>
<simpara>
<function>vprintf</function> fonctionne comme <function>printf</function>
mais accepte un tableau comme argument, au lieu d'une liste d'arguments.
</simpara>
<simpara>
Retourne la longueur de la chaîne affiché.
</simpara>
<simpara>
Voir aussi
<function>printf</function>,
<function>sprintf</function> et
<function>vsprintf</function>.
</simpara>
</refsect1>
</refentry>
<!-- Keep this comment at the end of the file
Local variables:
mode: sgml
sgml-omittag:t
sgml-shorttag:t
sgml-minimize-attributes:nil
sgml-always-quote-attributes:t
sgml-indent-step:1
sgml-indent-data:t
indent-tabs-mode:nil
sgml-parent-document:nil
sgml-default-dtd-file:"../../../../manual.ced"
sgml-exposed-tags:nil
sgml-local-catalogs:nil
sgml-local-ecat-files:nil
End:
vim600: syn=xml fen fdm=syntax fdl=2 si
vim: et tw=78 syn=sgml
vi: ts=1 sw=1
-->