Use get_defined_constants() to retrieve these constants.
<?php
print '<pre>';
print_r(get_defined_constants());
print '</pre>';
?>
![]() | 预定义常量内核预定义常量这些常量在 PHP 的内核中定义。它包含 PHP、Zend 引擎和 SAPI 模块。
参见魔术常量。 标准预定义常量这些常量是 PHP 默认定义的。
![]()
Tea Bore
29-Sep-2005 03:09
Use get_defined_constants() to retrieve these constants. | ![]() |