Programming - PHP

21.

Which of the following function is used to get length of a string ?

Answer

Answer :

Option B
22.

ucfirst() function converts

Answer

Answer :

Option A
23.

Which one of the following variable cannot be used inside a static method ?

Answer

Answer :

Option A

Explanation :


Because static methods are callable without an instance of the object created, the pseudo-variable $this is not available inside the method declared as static.
24.

________ contains the name of the file which you have uploaded from the computer.

Answer

Answer :

Option B
25.

In PHP language PEAR stands for

Answer

Answer :

Option C
Jump to page number :