Display the drop-down list

vsprintf()

« vprintf | wordwrap »
<?php
$string 
vsprintf (
    
// string $format
    
  // array $args
);
?>
Result
$string = '1998-08-01'
Examples
#1 vsprintf  ("%04d-%02d-%02d",
 [
=> 1998=> 8=> 1])
See also
sprintf, vprintf