Home >Backend Development >PHP Tutorial >这个函数为什么还要判定类名存在

这个函数为什么还要判定类名存在

WBOY
WBOYOriginal
2016-06-06 20:11:52819browse

这个函数为什么还要判定类名存在
他先判定文件存在不 存在就可以直接引入啦 他还要去判定类名不存在才引入 这不是很矛盾吗

回复内容:

这个函数为什么还要判定类名存在
他先判定文件存在不 存在就可以直接引入啦 他还要去判定类名不存在才引入 这不是很矛盾吗

也许这个类已经被其他文件定义过了,如果这种情况下直接载入,那就矛盾得不得了了。

这里还可能出现一种情况,你定义的文件名,跟文件里面的 类名 不一致

Statement:
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