update : 2015.11.03
php.shukuma.com검색:
|
vfprintf(PHP 5) vfprintf — Write a formatted string to a stream 설명
int vfprintf
( resource
$handle
, string $format
, array $args
)
Write a string produced according to Operates as fprintf() but accepts an array of arguments, rather than a variable number of arguments. 반환값Returns the length of the outputted string. 예제
Example #1 vfprintf(): zero-padded integers
<?php 참고
|