PHP Function List
function.get doesn't exist. Closest matches:
- function_exists
- swf_actiongeturl
- rename_function
- create_function
- func_get_arg
- swf_actionsettarget
- reflectionmethod
- ftruncate
- swfaction
- reflectionobject
- func_get_args
- badfunctioncallexception
- gupnp_service_action_get
- override_function
- timezone_location_get
- ftp_nb_get
- reflection
- swf_actionstop
- reflectionfunction
- reflectionproperty
Site Search Results
-
function get_user_browser () { $u_agent = $_SERVER ['HTTP_USER_AGENT']; $ub = ''; if(preg_match ('/MSIE/i', $u_agent)) { $ub = "ie";
-
public function get_class_tree (){ $cur_class = get_called_class (); do { echo $cur_class; } while($cur_class = get_parent ...
-
Please be aware that function_get_vars only returns the variables defined at the point before you call the function_get_vars function, it does not scan the entire function for you ...
-
function get_public_methods($className) { /* Init the return array */ $returnArray = array(); /* Iterate through each method in the class */
-
function get_headers ($url, $format = 0, $httpn = 0){ $fp = fsockopen ($url, 80, $errno, $errstr, 30); if ($fp) { $out = "GET / HTTP/1.1\r\n";
-
function get_meta_data ($url, $searchkey = '') { $data = get_meta_tags ($url); // get the meta data in an array foreach($data as $key => $value) {
-
function get_called_class ($bt = false, $l = 1) { if (! $bt) $bt = debug_backtrace (); if (!isset($bt [$l])) throw new Exception ("Cannot find ...
-
get_magic_quotes_gpc (PHP 4, PHP 5) get_magic_quotes_gpc — Gets the current configuration setting of magic_quotes_gpc
-
function get_public_class_vars ($class) { return get_class_vars ($class); }} if (! function_exists ("get_public_object_vars")) { function get_public_object_vars ($object)
-
function get_ancestors ($class) { for ($classes[] = $class; $class = get_parent_class ($class); $classes[] = $class); return $classes;

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