Home
PHP
Tags
PHP Tutorial
Latest Articles
English
English
简体中文
中文(繁體)
日本語
한국어
Français
Deutsch
မြန်မာဘာသာ
Current Location:
Home
>
Function Categories
>
defined
defined
Check if a constant with a name exists
Name:
defined
Category:
Miscellaneous
Programming Language:
php
One-line Description:
Check if the constant exists.
Related
How to Use PHP's defined() Function to Dynamically Check and Create Constants: Practical Tips
8
The combined use of defined() and constant() function
7
6
Similar Functions
usleep
usleep
Delayexecutionwithsp
sapi_windows_cp_is_utf8
sapi_windows_cp_is_utf8
Indicateswhetherthec
time_nanosleep
time_nanosleep
Delayexecutionforsev
sys_getloadavg
sys_getloadavg
Obtaintheaverageload
highlight_string
highlight_string
Stringsyntaxhighligh
time_sleep_until
time_sleep_until
Makethescriptsleepun
get_browser
get_browser
Getthefunctionsthatt
define
define
Defineaconstant
Popular Articles
How to Use PHP's defined() Function to Dynamically Check and Create Constants: Practical Tips
The combined use of defined() and constant() function