PHP Function List
function-name, doesn't exist. Closest matches:
- runkit_function_rename
- function_exists
- swf_actionnextframe
- token_name
- rename_function
- create_function
- swf_actiongotoframe
- reflectionparameter
- runkit_function_add
- swf_actionprevframe
- apd_dump_function_table
- session_name
- pdf_get_fontname
- ncurses_longname
- reflectionmethod
- getextensionname
- badfunctioncallexception
- filectime
- swfaction
- ftruncate
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:
-
fputs ($file, $contents); }.. .. .. // first, function name is parsed, then function is called $this->{$this->mPrintFunction}("something to print");
-
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";
-
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');
-
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 ...
-
: 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);
-
w32api_register_function - Manualw32api_register_function (PHP 4 >= 4.2.0) w32api_register_function — Registers function function_name from library with PHP
-
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 ...

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.
