芝麻web文件管理V1.00
编辑当前文件:/home/qrafawbu/qrafiqxcreativeagency.com/accounts/office/vendor/azjezz/psl/src/Psl/Str/format.php
Str('Hello, azjezz') * * Str\format('%s is %d character(s) long.', 'س', Str\length('س')); * => Str('س is 1 character(s) long.') * * @param int|float|string ...$args * * @pure * * @return string a string produced according to the $format string. */ function format(string $format, ...$args): string { return vsprintf($format, $args); }