PHP Function List
function.n doesn't exist. Closest matches:
- function_exists
- rename_function
- create_function
- swfaction
- reflection
- override_function
- untaint
- reflectionfunction
- runkit_function_rename
- swf_enddoaction
- swf_oncondition
- runkit_function_add
- runtimeexception
- outofboundsexception
- runkit_function_copy
- runkit_function_redefine
- badfunctioncallexception
- swfbutton
- exception
- 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:
-
User-defined functions - ManualUser-defined functions. A function may be defined using syntax such as the following:
-
Ceil for decimal numbers with precision: function ceil_dec($number,$precision,$separator) { $numberpart=explode($separator,$number); $numberpart[1]=substr_replace($numberpart[1 ...
-
func_get_args (PHP 4, PHP 5) func_get_args — Returns an array comprising a function's argument list
-
If you call a function that has three optional parameters you have to define the two first ones (even if they should stay like the defined standard in the function) before your are ...
-
Version Description; 5.0.0: As of PHP 5, this function returns the name of the methods as they were declared (case-sensitive). In PHP 4 they were lowercased.
-
Variable functions. PHP supports the concept of variable functions. This means that if a variable name has parentheses appended to it, PHP will look for a function with the ...
-
If the include occurs inside a function within the calling file, then all of the code contained in the called file will behave as though it had been defined inside that function.
-
function date_fix_date (& $month,& $day,& $year, $unix = true){ if($month > 12){ while ($month > 12){ $month-= 12; //subtract a $year
-
In some cases, this is ok - but if you want a site to still function for visitors without displaying a white page, use the 'include' directive instead.

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