PHP Function List
function.fname doesn't exist. Closest matches:
- runkit_function_rename
- function_exists
- swf_actionnextframe
- swf_actionprevframe
- swf_actiongotoframe
- token_name
- swf_actionwaitforframe
- rename_function
- create_function
- reflectionparameter
- runkit_function_add
- apd_dump_function_table
- session_name
- reflectionmethod
- pdf_get_fontname
- ncurses_longname
- getextensionname
- badfunctioncallexception
- filectime
- swfaction
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 ...
-
Return Values. The length of the string on success, and 0 if the string is empty.
-
: 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);
-
Every array has an internal pointer to its "current" element, which is initialized to the first element inserted into the array.

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