Skip to main content

Simple PHP question for you

Class names follow the standard rules for PHP identifiers and are not case-sensitive.

Here are some valid class names:

  1. Person
  2. account



Can you say which class name we cannot use in php?

 Answer as soon as possible.


This is your IQ test.

Comments

Post a Comment