🌈 搜索
📅  最后修改于: 2022-03-11 14:54:36.144000             🧑  作者: Mango
str_repeat( string $string , int $times ) // example echo '1' . str_repeat( '0' , 4 ); // 10000