In PHP, variable names are case-sensitive but function names are not case sensitive. If we define function name in lowercase, but calling them in uppercase it will work. So, PHP can be called as partially case-sensitive language.
Is PHP case sensitive?
By CodeBridge Editorial Team|2022-10-14T18:58:49-05:00October 14th, 2022|PHP-Interview-Question|0 Comments
Leave A Comment