PHP Function List
is_defined doesn't exist. Closest matches:
- defined
- isuserdefined
- define
- is_finite
- is_file
- is_tainted
- is_infinite
- swf_definetext
- swf_definefont
- swf_definerect
- swf_defineline
- swf_definepoly
- is_dir
- is_int
- get_defined_vars
- is_uploaded_file
- swf_definebitmap
- is_integer
- isdisabled
- is_link
Site Search Results
-
Checks whether the given constant exists and is defined. Note: If you want to see if a variable exists, use isset() as defined() only applies to constants.
-
This simply calls display_alert(), which is defined in my skin scripts. However, alert_box() is sometimes called before I know which skin to load, so it has its own functionality ...
-
This function checks whether or not the given class has been defined.
-
Determine if a variable is set and is not NULL. If a variable has been unset with unset(), it will no longer be set. isset() will return FALSE if testing a variable that has ...
-
Return Values. Returns TRUE if the method given by method_name has been defined for the given object, FALSE otherwise.
-
Note that index '3' is defined twice, and keep its final value of 13. Index 4 is defined after index 8, and next generated index (value 19) is 9, since biggest index was 8.
-
This is not, however, a strict rule: $this is defined if a method is called statically from within another object. In this case, the value of $this is that of the ...
-
if (function_exists("b")) echo "b is defined.\n"; else echo "b is not defined.\n"; echoes: b is not defined. I am a. b is defined. Classes too can be defined inside functions, and ...
-
'__FILE__ is defined' : '__FILE__ is NOT defined' . PHP_EOL); echo (defined ('PHP_VERSION') ? 'PHP_VERSION is defined' : 'PHP_VERSION is NOT defined') .
-
This script has been running around for a while and has add many additions and changes, however I noticed that if you run it and there is an object assigned to a variable it ...

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