Home > php教程 > php手册 > PHP 魔术方法(所有的魔术方法),php魔术方法所有

PHP 魔术方法(所有的魔术方法),php魔术方法所有

WBOY
Release: 2016-06-13 09:20:21
Original
1072 people have browsed it

PHP 魔术方法(所有的魔术方法),php魔术方法所有

慢慢长寻夜,明月高空挂。

目前PHP所有的魔术方法有一下这些

<span>__construct()
__destruct()
__call()
__callStatic()
__get()
__set()
__isset()
__unset()
__sleep()
__wakeup()
__toString()
__invoke()
__set_state()
__clone()
__debuglnfo()</span>
Copy after login

为什么要研究这些个魔术方法,可以丰富我们的知识。程序员就是这样,当你感觉你需要某一个知识点的时候,你一定会去专研它

这里可以看出魔术方法的命名都是由'__'开始的就是两个'_'

所以我们在定义类的方法的时候就不要用 '__' 来定义了

Related labels:
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