Which of the following must be installed on your computer so as to run PHP script ?
We can use _____ to comment a single line
Which of the following php statement(s) will store 111 in variable num ?
Which of following variables can be assigned a value to it ?
Which variable is used to collect form data sent with both the GET and POST methods ?
Which function returns an array consisting of associative key/value pairs ?
If you need to get the array sorted in the manner we humans would have done it i.e picture1 then picture2 etc. Which of the following function should be used ?
The practice of separating the user from the true inner workings of an application through well-known interfaces is known as
Which of the following term originates from the Greek language that means "having multiple forms," defines OOP ability to redefine, a class characteristics ?
The practice of creating objects based on predefined classes is often referred to as
Which one of the following property scopes is not supported by PHP ?
Which one of the following can be used to instantiate an object in PHP assuming class name to be Foo ?
Which one of the following is the right way to call a class constant, given that the class is mathFunction ?
Which one of the following is the right way to invoke a method ?
Which of the following is/are the right way to declare a method ?