Sr. PHP Programmer Question:
Download Questions PDF

What do you mean by having PHP as whitespace insensitive?

Senior PHP Programmer Interview Question
Senior PHP Programmer Interview Question

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.

Download Senior PHP Programmer Interview Questions And Answers PDF

Previous QuestionNext Question
What is the purpse $_REQUEST variable?Which function will you use to create an array?