|
LPC Library Functions: evaluate |
|
NAMEevaluate() - evaluate a function pointer
SYNOPSISmixed evaluate(mixed f, ...)
DESCRIPTIONIf f is a function, f is called with the rest of the arguments. Otherwise, f is returned. evaluate(f, ...) is the same as (*f)(...). |
|
Page design by Frank Jacquette & Tim Hollebeek Copyright (C) 1998 Tim Hollebeek & Frank Jacquette |
|