Page MenuHomePhabricator

function vcsprintf($pattern, $argv)
Arcanist Technical Documentation ()

Version of csprintf() that takes a vector of arguments.

Parameters
string$patternsprintf()-style format string.
list$argvList of zero or more arguments to csprintf().
Return
PhutilCommandStringFormatted string, escaped appropriately for shell contexts.