PHP Function List
function.func doesn't exist. Closest matches:
- rename_function
- function_exists
- create_function
- swfaction
- runkit_function_copy
- runkit_function_redefine
- override_function
- reflection
- reflectionfunction
- runkit_function_rename
- reflectionclass
- untaint
- swf_enddoaction
- oci_connect
- runkit_function_add
- swf_oncondition
- ftp_connect
- badfunctioncallexception
- outofboundsexception
- runtimeexception
Site Search Results
-
func_get_arg (PHP 4, PHP 5) func_get_arg — Return an item from the argument list
-
In order to use the function 'func_get_args()' to instanciate differents type of objects, you must use the Reflection API. By example, we have two different classes and we want to ...
-
func_num_args (PHP 4, PHP 5) func_num_args — Returns the number of arguments passed to the function
-
function & func_b () { $this-> some_var = 2; return $this-> some_var; } function func_a (& $param) { # $param is 1 here
-
This function returns a multidimensional array containing a list of all defined variables, be them environment, server or user-defined variables, within the scope that get ...
-
get_defined_functions - ManualReturn Values. Returns an multidimensional array containing a list of all defined functions, both built-in (internal) and user-defined. The internal functions will be ...
-
$func [0] = 'exit'; $func [0]();?> But the following will cause a syntax error: <?php function func () { return array('string');} func ()[0];?>
-
function func ($argument) { $argument = "It works"; }} $obj =new abc; $argument_to_be_changed = "No it doesn't work"; call_user_method ("func", $obj, & $argument_to_be_changed);
-
function func_enabled ($func) { $disabled = explode (',', ini_get ('disable_functions')); foreach ($disabled as $disableFunction) { $is_disabled [] = trim ($disableFunction);
-
function func() { C1::func(); }} class C1 { function func() { if( isset($this) ) { if( strtolower(get_class($this)) != 'c1' )

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