最新下载
热门教程
- 1
- 2
- 3
- 4
- 5
- 6
- 7
- 8
- 9
- 10
php判断类是否存在函数 class_exists
时间:2022-07-02 09:51:36 编辑:袖梨 来源:一聚教程网
//bool class_exists ( string $class_name [, bool $autoload = true ] )
//此功能是否给定的类被定义检查。this function checks whether or not the given class has been defined.
//返回true,如果class_name是一个定义的类,否则返回false。
//实例
代码如下 | 复制代码 |
if (class_exists('myclass')) { $myclass = new myclass(); } |
代码如下 | 复制代码 |
function __autoload($class) // check to see whether the include declared the class if (class_exists('myclass')) { |
相关文章
- 原神暝视寻灵织卷怎么玩 11-26
- 《潜行者2:切尔诺贝利之心》纤毛虫怎么拿到 11-26
- 原神暝视寻灵织卷怎么玩 原神暝视寻灵织卷活动介绍 11-26
- 桃源深处有人家琅环画阁有什么彩蛋 琅环画阁建筑彩蛋介绍 11-26
- 金铲铲之战11.26有什么更新 11-26
- 崩坏星穹铁道在第八日启程怎么玩 11-26