225k views
5 votes
Can you write a global keyword in a program with capital letters instead
small in php

User JNevill
by
8.1k points

1 Answer

4 votes

Answer:

Variable names in PHP are case sensitive (including the global variables!), although function names are not.

User Verrtex
by
8.4k points

No related questions found