首頁
PHP
Tags
PHP教學
最新文章列表
中文(繁體)
English
简体中文
中文(繁體)
日本語
한국어
Français
Deutsch
မြန်မာဘာသာ
當前位置:
首頁
>
函數類別大全
>
define
define
定義一個常量
名稱:
define
分類:
雜項
所屬語言:
php
一句話介紹:
定義常量。
相關內容
如何在PHP 中使用define 定義數組常量,並在函數中使用它們
6
如何使用PHP define 定義數組常量?
9
PHP define 函數的基礎用法及常見示例
8
同類函數
php_strip_whitespace
php_strip_whitespace
返回刪除註釋和空格後的PHP源碼
sapi_windows_cp_get
sapi_windows_cp_get
獲取當前代碼頁
highlight_file
highlight_file
語法高亮一個文件
sapi_windows_set_ctrl_handler
sapi_windows_set_ctrl_handler
設置或刪除一個CTRL事件處理程序
ignore_user_abort
ignore_user_abort
設置客戶端斷開連接時是否中斷腳本的執行
show_source
show_source
highlight_file的別名
die
die
等同於exit()
eval
eval
把字符串作為PHP代碼執行
熱門文章
PHP define 函數的基礎用法及常見示例
如何在PHP 中使用define 定義數組常量,並在函數中使用它們
如何使用PHP define 定義數組常量?