PHP » GoLang |
login |
register |
about
|
vsprintf(PHP 4 >= 4.1.0, PHP 5, PHP 7) vsprintf — Return a formatted string Description
string vsprintf
( string
$format
, array $args
)Operates as sprintf() but accepts an array of arguments, rather than a variable number of arguments. Return Values
Return array values as a formatted string according to
Examples
Example #1 vsprintf(): zero-padded integers
<?php |
more
Recently updated
more
Most requested
more
Last requests
|