Home > php教程 > php手册 > body text

类的引入,引入

WBOY
Release: 2016-06-13 08:42:21
Original
953 people have browsed it

类的引入,引入

类的引入

    一个类会单独封装在一个独立的文件中。

类的实例时,类的结构的定义,必须先位于内存中。才可以实例化对象

手动引入:

自动引入:

    当实例化一个类的对象时,由PHP的自动执行机制帮我们引入此类文件。

魔术函数

    __autoload();        自动加载

提示:类名、类文件的名,类文件所在的目录名

作业:自行模拟规则的实现不同目录的类,在同一个文件中进行自动加载

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 Recommendations
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template