🌈 搜索
📅  最后修改于: 2022-03-11 14:53:42.843000             🧑  作者: Mango
function test(...$args) { var_dump($args); } test(1, 2, 3);