Extracted from Pike v7.6 release 112 at 2008-06-24.
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::`()()