Numargs

From Eternity Wiki
Revision as of 08:18, 24 May 2009 by Printz (talk | contribs) (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...)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigationJump to search

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