To toolofthesystem at gmail dot com:
You don't need to use output buffering with vprintf() because you can use vsprintf(), which has the same functionality as vprintf(), except that it returns the resulting string instead of outputting it.
![]() |
|
||||||||||
|
vprintfОписаниеint vprintf ( string format, array args )
Выводит значения массива Эта функция подобна printf(), но она принимает не переменное число аргументов, а массив. Возвращает длину выведенной строки См. также описания функций printf(), sprintf() и vsprintf() vprintf
tehjosh at gamingg dot net
29-Jul-2007 07:19
To toolofthesystem at gmail dot com:
toolofthesystem at gmail dot com
27-Mar-2007 09:42
This function comes useful sometimes when trying to list information returned from MySQL:
soylent at soylentgreens dot com
10-Dec-2006 01:49
I wanted to achieve (something like) this:
caleb at tekhawk dot com
29-Nov-2006 02:19
i know that you can use %1$s or %3$s to select the first or third string but how can you or can you use array names to select it
WebMaestro (asiby at hotmail dot com)
13-Mar-2005 12:40
<?php |