|
PHP5中文手册
define(PHP 4, PHP 5) define — Defines a named constant 说明
bool define
( string $name
, mixed $value
[, bool $case_insensitive
] )
Defines a named constant at runtime. 参数
返回值如果成功则返回 TRUE,失败则返回 FALSE。 范例
Example#1 Defining Constants
<?php |