摘要: <?phpfunction foo() { $args = func_get_args(); var_export($args);}foo('First arg', 'Second arg');输出array ( 0 => 'First arg', 1 => 'Second arg',)?> 阅读全文
posted @ 2011-09-27 11:41 科学家会武术 阅读(433) 评论(0) 推荐(0)