Extracted from Pike v7.6 release 61 at 2005-12-30.
pike.ida.liu.se
[Top]

Method call_function()


Method call_function

mixed `()(function fun, mixed ... args)
mixed call_function(function fun, mixed ... args)

Description

Call a function.

Calls the function fun with the arguments specified by args .

See also

lfun::`()()