PHP Function List
function_name doesn't exist. Closest matches:
- runkit_function_rename
- function_exists
- token_name
- session_name
- swf_actionnextframe
- runkit_function_add
- apd_dump_function_table
- ftp_rename
- eio_rename
- timezone_name_get
- connection_timeout
- connection_aborted
- rename_function
- create_function
- runkit_function_remove
- cubrid_column_names
- reflectionparameter
- swf_actiongotoframe
- fdf_next_field_name
- swf_actionprevframe
Site Search Results
-
Note about function names: -- According to the specified regular expression ([a-zA-Z_\x7f-\xff][a-zA-Z0-9_\x7f-\xff]*), a function name like this one is valid:
-
function name () { echo "My name is " , get_class ($this) , "\n"; }} // create an object $bar = new foo (); // external call echo "Its name is " , get_class ($bar) , "\n";
-
fputs ($file, $contents); }.. .. .. // first, function name is parsed, then function is called $this->{$this->mPrintFunction}("something to print");
-
FAQ: things you need to know about namespaces - ManualFinally, if the constant or function name does not exist in the current namespace, a global constant or function name is used if it exists.
-
Checks the list of defined functions, both built-in (internal) and user-defined, for function_name.
-
echo "Error: Call to undefined function \"$name.\"<br>" . PHP_EOL; } } } $test = new Example; $test-> foo ('bar', 'baz'); $test-> foo ('bar', 'baz', 'fez', 'fap');
-
User-defined functions - ManualA valid function name starts with a letter or underscore, followed by any number of letters, numbers, or underscores. As a regular expression, it would be expressed ...
-
: Replaces the function name with $fname value; : Converts the string into a REAL php code with eval() : Calls the function using the variable function as declared before ($fname);
-
In some cases we can use nested 'switch' but the alternative is to to use for and parse a string to construct the function name, after than we also can construct and the ...
-
Return Values. The length of the string on success, and 0 if the string is empty.

Other forms of search
To search the string "function_name" 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.
