Numargs: Difference between revisions

From Eternity Wiki
Jump to navigationJump to search
(New page: ''native numargs();'' '''Found in:''' core.inc ==Description== This function allows the user to test how many arguments a function was invoked with. This is useful when using functions wh...)
 
No edit summary
Line 1: Line 1:
{{DISPLAYTITLE:numargs}}
''native numargs();''
''native numargs();''



Revision as of 09:13, 8 July 2009

native numargs();

Found in: core.inc

Description

This function allows the user to test how many arguments a function was invoked with. This is useful when using functions which accept a variable number of arguments by using the "..." syntax.

Return value

Number of arguments with which the function was invoked.

See also

Small Functions