文件名称:自定义常量-php基本语法
文件大小:478KB
文件格式:PPT
更新时间:2024-05-13 13:39:53
php基本语法
8.2自定义常量 用define( )函数来自定义常量。 define(“mycomputer”, “IBM”); 定义常量:mycomputer,常量的值为 IBM defined(“mycomputer”); 检测常量是否被定义,已定义返回1 否则返回空
文件名称:自定义常量-php基本语法
文件大小:478KB
文件格式:PPT
更新时间:2024-05-13 13:39:53
php基本语法
8.2自定义常量 用define( )函数来自定义常量。 define(“mycomputer”, “IBM”); 定义常量:mycomputer,常量的值为 IBM defined(“mycomputer”); 检测常量是否被定义,已定义返回1 否则返回空