/** * 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); }
后期静态绑定 http://php.net/manual/zh/language.oop5.late-static-bindings.php
你看到的只是??函?的??和返回值,???理方法被?藏了