You are here : phpstringprintf

printf() - string


Parameters :
  • format - See sprintf() for a description of format.
  • args -
  • ... -

  • Syntax

    int printf
        ( string $format
       [, mixed $args
       [, mixed $...
      ]] )


    Example


    Output / Return Value


    Limitations


    Alternatives / See Also


    Reference