ホームページ >バックエンド開発 >PHPチュートリアル >この構文がわかりません。どうすれば解決できますか?
この構文がわかりません。
<br /> /**<br /> * Get a Carbon instance for the current date and time<br /> *<br /> * @param DateTimeZone|string $tz<br /> *<br /> * @return static<br /> */<br /> public static function now($tz = null)<br /> {<br /> return new static(null, $tz);<br /> }<br />