Function __global->vprintf
Definitions
sources_custom/phpstub.php
- Output a formatted string (similar to printf, but takes an array of arguments).
- Is abstract?: No
- Is static?: No
- Is final?: No
- Return: int
Parameters
Name | Type | Default | Set | Range | Description |
---|---|---|---|---|---|
$format | string | required parameter | N/A | N/A | Formatting string |
$args | array | required parameter | N/A | N/A | Arguments |
Return
- Length of outputted string
- Type: integer
- Set: N/A
- Range: N/A