使用 php 的简单类
你好,我是 PHP 新手,我需要帮助来了解 PHP 类的基础知识。
我想要一个使用 private public protected 和 static 的类的示例。
以及它们是如何工作的..
提前致谢。
哦,我也忘记了如何扩展。 我在谈论父母和孩子什么的。 再次感谢。
hello I'm new to PHP and I need help to understand the basics of PHP class.
I want to have example of a class that uses private public protected and static.
and how do they work..
Thanks in advance.
Oh I forgot how to extends also.
I'm talking about the parent and child something or what..
Thanks again.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(4)
谷歌有很多例子
Google has a ton of examples
您需要的一切: http://php.net/manual/en/language.oop5.php !
All you need : http://php.net/manual/en/language.oop5.php !
http://www.expertating.com/courseware/PHPcourse/PHP -Classes-Objects-6.asp
http://www.expertrating.com/courseware/PHPcourse/PHP-Classes-Objects-6.asp
绝对同意其他人的观点。您应该阅读 5.5 亿份在线 PHP 手册,包括其他答案中提供的链接。与此同时,你会得到这个:
Definitely agree with everyone else. You should read up on the 550 million online PHP manuals including the links provided in other answers. In the meantime, you get this: