PHP-note

  • func_get_arg — Return an item from the argument list
  • func_get_args — Returns an array comprising a function's argument list
  • func_num_args — Returns the number of arguments passed to the function
原文地址:https://www.cnblogs.com/zhangrxiang/p/9775569.html