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.
論理的に「クラス」と呼ばれるべきエンティティがあります(学校のクラスのように)
でも使うときは
class Class {
私のコードでは、明らかにエラーがスローされます。
これは予約済みのキーワードであることがわかっているため、「明らかな」
エンティティに別の名前を付ける以外に、これを回避する方法はありますか?
クラス名として「class」を使用することはできません。これは予約語です。
http://php.net/manual/en/reserved.keywords.php