欢迎您访问程序员文章站本站旨在为大家提供分享程序员计算机编程知识!
您现在的位置是: 首页  >  后端开发

看不懂这个语法了

程序员文章站 2022-05-16 13:24:08
...
    /**     * Get a Carbon instance for the current date and time     *     * @param DateTimeZone|string $tz     *     * @return static     */    public static function now($tz = null)    {        return new static(null, $tz);    }


这个是Carbon类里返回当前时间的方法,想问直接return一个static是啥用法。实际发生了什么呢。


回复讨论(解决方案)

后期静态绑定 http://php.net/manual/zh/language.oop5.late-static-bindings.php

你看到的只是??函?的??和返回值,???理方法被?藏了