Function __global->func_num_args

Definitions

sources_custom/phpstub.php

  • Returns the number of arguments passed to the function.
  • Visibility: public
  • Is abstract?: No
  • Is static?: No
  • Is final?: No
  • Returns: int

Returns

  • Number of arguments
  • Type: integer
  • Set: N/A
  • Range: N/A

Preview

Code (PHP)

/**
 * Returns the number of arguments passed to the function.
 *
 * @return integer Number of arguments
 */

function func_num_args() : int