gpt4 book ai didi

php - 是否可以在 PHP 中的一个命令(在同一行)中创建实例和调用方法?

转载 作者:可可西里 更新时间:2023-11-01 00:53:45 25 4
gpt4 key购买 nike

<分区>

Possible Duplicate:
In PHP, can you instantiate an object and call a method on the same line?

这可能吗?

通常,它需要两行:

$instance = new MyClass();
$variable = $instance->method();

在 PHP 中可以实现这样的功能吗?

$variable = new MyClass()->method();

当然,第一个代码在可读性和代码整洁等方面更好,但我只是好奇你是否可以缩小它。如果该方法返回另一个实例,它可能会有用,例如:

$instance = new MyClass()->methodThatReturnsInstance();

在 PHP 中可以吗?

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com