Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
constants次のような二重コロンの接頭辞が付いたものを見たことがあります
constants
::DATE_FORMAT
これは何を意味し、通常とどう違うのconstantsでしょうか?
これはスコープ解決演算子です。LHS が空の場合、スコープはグローバルになります。
名前だけでプロパティ/メソッド/などにアクセスするだけでは曖昧な場合に使用されます。たとえば、目的のDATE_FORMATものではないスコープで利用可能です。
DATE_FORMAT