format

Formats the current string, using the provided array of arguments.

Description

static format(array $args)

For details on the syntax of the $format string: http://php.net/manual/en/function.sprintf.php

Parameters

  • array $args
    The arguments that will be inserted into the $format string.

Return Value

static