Method `()()
- Method `()
mixed
`()(function
(:void
)fun
,mixed
...args
)
mixed
call_function(function
(:void
)fun
,mixed
...args
)- Description
Call a function.
Calls the function
fun
with the arguments specified byargs
.- See also
mixed
`()(function
(:void
) fun
, mixed
... args
)
mixed
call_function(function
(:void
) fun
, mixed
... args
)
Call a function.
Calls the function fun
with the arguments specified by args
.