InterviewSolution
Saved Bookmarks
| 1. |
Is Php A Case Sensitive Programming Language ? |
|
Answer» It is partially CASE sensitive, where we can use function and CLASS names in case sensitive manner but VARIABLES need to be USED in a case sensitive manner. It is partially case sensitive, where we can use function and class names in case sensitive manner but variables need to be used in a case sensitive manner. |
|