芝麻web文件管理V1.00
编辑当前文件:/home/qrafawbu/qrafiqxcreativeagency.com/accounts/office/vendor/azjezz/psl/src/Psl/Str/repeat.php
Str('Go! Go! Go! ') * * Str\repeat('?', 5) * => Str('?????') * * @param int<0, max> $multiplier * * @pure */ function repeat(string $string, int $multiplier): string { return str_repeat($string, $multiplier); }