<?php
$fruits = array(1, 'banana',1, 'apples', 3, 'oranges', 2, 'peaches');
vprintf("I have %d %s, %d %s, %d %s and %d %s.", $fruits);
?>
Output:
I have 1 banana, 1 apples, 3 oranges and 2 peaches.
| ★ wanayoo — archive 1999 http://fr.php.net/manual/cs/function.vprintf.php | Nouvelle recherche | Portail wanayoo |
![]() |
||
| downloads | documentation | faq | getting help | mailing lists | reporting bugs | php.net sites | links | my php.net | ||
| show source | credits | sitemap | contact | advertising | mirror sites |
| Copyright © 2001-2005 The PHP Group All rights reserved. |
This mirror generously provided by: nexen.net Last updated: Mon Mar 21 05:14:01 2005 CET |