Explain Whitespace Characters?
Answer / Subhash Kumar Singh
Whitespace characters in PHP refer to the space, tab, and newline characters. They are used for readability and indentation in your code.
| Is This Answer Correct ? | 0 Yes | 0 No |
How can we get second of the current time using date function?
What is psr in php?
Tell me what are the different types of errors in php?
What does isset() function?
what is the best function that can be used to connect to mysql database and in what cases that we can use below functions ? 1. mysql_connect() 2. mysql_pconnect() please give your answer with all pros and cons
What is action hooks and filter hooks?
What is design pattern? Explain all including singleton pattern?
what is pear in php in brief ?
Do you know what is the function func_num_args() used for?
What is the mysql injection?
Why do we need abstract class in php?
What is php crud api?