gpt4 book ai didi

PHP在继承的类中获取当前类名

转载 作者:行者123 更新时间:2023-12-01 09:55:05 25 4
gpt4 key购买 nike

我在 PHP 中有这个代码:

abstract class Development
{
static function testUnit()
{
echo get_class();
}
}

class Component extends Development
{
}

但如果我打电话
组件::测试单元();

我收到的是 Development 而不是 Component。这让我很困惑,因为我猜这样的静态函数没有任何意义。

最佳答案

您想改用 get_Called_class ......
http://php.net/manual/en/function.get-called-class.php

关于PHP在继承的类中获取当前类名,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/29873990/

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