PHP 中定义常量的函数
PHP 中用来定义常量的函数为:define()。
函数原型:
<code class="php">define(string $name, mixed $value, bool $case_insensitive = false) : bool</code>
PHP 中定义常量的函数
PHP 中用来定义常量的函数为:define()。
函数原型:
<code class="php">define(string $name, mixed $value, bool $case_insensitive = false) : bool</code>