w32api_invoke_function
(4.2.0 - 4.2.3 only)
w32api_invoke_function -- Invokes function funcname with the arguments passed after the function nameDescription
mixed w32api_invoke_function ( string funcname, mixed argument [, mixed ...] )w32api_invoke_function() tries to find the previously registered function, passing the parameters you provided.
Parameters
funcnameThe function name.
argumentAny of the arguments can be of any PHP type or w32api_deftype() defined type, as needed.
...
