Is php class name case sensitive?
Answer / Sourabh Kumar Bhargava
Yes, "PHP Class Names" are case-sensitive. Therefore, a class named "MyClass" would not be the same as "myclass". It's crucial to follow proper naming conventions and be consistent with case when working with classes in PHP.
| Is This Answer Correct ? | 0 Yes | 0 No |
What is mysql_real_escape_string used for?
Where do I run php code?
What does $_ post mean in php?
Which is useful for method overloading?
Is python similar to php?
what is the difference between mysql_fetch_array() and mysql_fetch_row()?
What is the purpose of basename() function in PHP?
Is false empty php?
What is namespace in php?
What is difference between get and post?
What is meant by public, private, protected, static and final scopes?
Does php need apache?