1
0
mirror of https://github.com/php/doc-fr.git synced 2026-03-30 02:52:10 +02:00
Files
archived-doc-fr/reference/strings/functions/vprintf.xml
Mehdi Achour 2e19fe60f4 sync with en
git-svn-id: https://svn.php.net/repository/phpdoc/fr/trunk@157321 c90b9560-bf6c-de11-be94-00142212c4b1
2004-04-27 23:16:23 +00:00

54 lines
1.6 KiB
XML
Executable File

<?xml version="1.0" encoding="iso-8859-1"?>
<!-- $Revision: 1.6 $ -->
<!-- EN-Revision: 1.3 Maintainer: didou Status: ready -->
<refentry id="function.vprintf">
<refnamediv>
<refname>vprintf</refname>
<refpurpose>Affiche une chaîne formatée</refpurpose>
</refnamediv>
<refsect1>
<title>Description</title>
<methodsynopsis>
<type>void</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>
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
-->