php interview questions
What is php perser?Answer: Php perser helps to generate HTML output that will be sent to Browser.
What is php constants?
Answer: It is a name or identifier for any simple value.
What is echo statement in php?
Answer: It helps to give output of one or more strings.
What is print statement in php?
Answe: It can only output one string and returns 1.
Basic php interview questions
What is php switch statement?
Answer: Is used to perform different types of actions on different types of conditions.
What is php string?
Answer: Php strings are sequence of characters.
What is php array?
Answer: It helps to store multiple value at single variable types.
No comments:
Post a Comment