Home > Backend Development > PHP Tutorial > 为什么在php的构造函数中无法使用return,如果使用,会怎么样?

为什么在php的构造函数中无法使用return,如果使用,会怎么样?

WBOY
Release: 2016-06-06 20:36:42
Original
2283 people have browsed it

RT
希望能扩充这一块的知识点,求高手解答或者给一个资料的入口~

回复内容:

RT
希望能扩充这一块的知识点,求高手解答或者给一个资料的入口~

你可以试一下呀,为什么要发上来。
构造函数是一个没有返回值的特殊函数,所有即使加上return也没意义,他不会执行的。

你想把结果return给谁呢?

不仅php,所有面向对象的语言的构造函数都没有return。

构造函数的目的是返回类的一个实例.
你可以想像一下,有一编程语言在syntax上没有对面向对象的相应支持,你要给它加上面向对象功能应该如何办,比如C.
并且现实世界这事儿至少发生在了perl身上。

Related labels:
php
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 Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template