March 2002
Intermediate to advanced
528 pages
21h 29m
English
create_function
string create_function(stringarguments, stringcode)
Creates an anonymous function with the given
arguments and
code; returns a generated name for the
function. Such anonymous functions (also called lambda
functions) are useful for short-term callback functions,
such as when using usort( ).