看不懂这个语法了

WBOY
Release: 2016-06-23 13:24:04
Original
754 people have browsed it

    /**     * 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);    }
Copy after login


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


回复讨论(解决方案)

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

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

Related labels:
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
About us Disclaimer Sitemap
php.cn:Public welfare online PHP training,Help PHP learners grow quickly!