Home > Backend Development > PHP Tutorial > PHP怎么判断一个类已经存在?

PHP怎么判断一个类已经存在?

WBOY
Release: 2016-06-23 14:16:03
Original
885 people have browsed it

PHP 类

PHP怎么判断一个类已经存在?不用再加载了。

回复讨论(解决方案)

if (class_exists('MyClass')) {    $myclass = new MyClass();}
Copy after login

source:php.cn
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template