PHP Function List
create_function) doesn't exist. Closest matches:
- create_function
- rename_function
- sqlite_create_function
- pdf_create_action
- register_tick_function
- override_function
- bcompiler_write_function
- unregister_tick_function
- w32api_register_function
- get_defined_functions
- pdf_create_annotation
- reflectionfunction
- runkit_function_add
- register_shutdown_function
- reflection
- runkit_function_copy
- ctype_punct
- readline_completion_function
- domcdatasection
- com_create_guid
Site Search Results
-
Creates an anonymous function from the parameters passed, and returns a unique name for it.
-
sqlite_create_function - Manualsqlite_create_function SQLiteDatabase::createFunction (PHP 5 < 5.4.0, sqlite >= 1.0.0) sqlite_create_function-- SQLiteDatabase::createFunction — Registers a "regular" User ...
-
$func = create_function ('$p,$k', 'return "$p{$k}";'); foreach ($args AS $key => $array): $args [$key] = array_combine ( array_map ( $func ...
-
Here's a handy function that illustrates using an array_walk that uses a create_function as the callback which in turn uses another array_walk with another create_function that ...
-
xml_parser_create() creates a new XML parser and returns a resource handle referencing it to be used by the other XML functions.
-
preg_replace_callback - Manualcreate_function ('$matches', 'return ". ".strtoupper($matches[1]);'), ucfirst ($string) ); ?> Will output: Lorem ipsum dolor sit amet, consectetur adipiscing elit.
-
stream_context_create - ManualCreates and returns a stream context with any options supplied in options preset.
-
return usort ($obj_array, create_function ('$o1,$o2', "return (\$o1->$field < \$o2->$field) ? -1 : 1"));}?> (Warning: untested code...)
-
create_ function; forward_ static_ call_ array; forward_ static_ call; func_ get_ arg; func_ get_ args; func_ num_ args; function_ exists; get_ defined_ functions; register_ shutdown_ function
-
I'm using this to clean the $_POST array: <?php array_walk_recursive ($_POST, create_function ('&$val', '$val = stripslashes($val);'));?>

Other forms of search
To search the string "create_function)" using other options, try searching:
- Only the documentation
- Only this mirror
- The entire php.net domain
- pear.php.net
- pecl.php.net
- The Bug DB
- php-general mailing list
- Internals mailing list
- Documentation mailing list
For a quick overview over all documented PHP functions, click here.
