Sr. PHP Programmer Question:
What do you mean by having PHP as whitespace insensitive?
Answer:
Whitespace is the stuff you type that is typically invisible on the screen, including spaces, tabs, and carriage returns (end-of-line characters). PHP whitespace insensitive means that it almost never matters how many whitespace characters you have in a row.one whitespace character is the same as many such characters.
Previous Question | Next Question |
What is the purpse $_REQUEST variable? | Which function will you use to create an array? |