function vcsprintf($pattern, $argv)Arcanist Technical Documentation ()
function vcsprintf($pattern, $argv)
Arcanist Technical Documentation ()
Version of csprintf() that takes a vector of arguments.
Parameters
string | $pattern | sprintf()-style format string. |
list | $argv | List of zero or more arguments to csprintf(). |
Return
PhutilCommandString | Formatted string, escaped appropriately for shell contexts. |
- Defined
- src/xsprintf/csprintf.php:48