February 2013
Intermediate to advanced
538 pages
20h 55m
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().
Read now
Unlock full access