Extracted from Pike v7.8 release 866 at 2016-11-06.
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::`()()