PHP Velho Oeste 2024

简介

PHP 具有完整的对象模型。特性包括: 访问控制抽象类final 类与方法,附加的魔术方法接口对象复制

PHP 对待对象的方式等同于引用或句柄,即每个变量都持有对象的引用,而不是整个对象的复制。参见 对象和引用

小技巧

请参见用户空间命名指南

add a note add a note

User Contributed Notes 1 note

up
0
Anonymous
7 years ago
ok ! on serious note the classes concept is difficult to understand.
To Top