Programming - PHP

6.

Codes in PHP can be commented using :
  1. //
  2. #
  3. /* */
  4. <!-- -->

Answer

Answer :

Option A

Explanation :


PHP supports 'C', 'C++' and Unix shell-style (Perl style) comments. To do a single line comment type "//" or "#" and multiple line PHP comment begins with " /* " and ends with " */ ".
7.

Explode function is used to

Answer

Answer :

Option A
8.

What is the default value of max_execution_time directive ?

Answer

Answer :

Option C
9.

Which function is used to remove HTML Tags from a string in PHP ?

Answer

Answer :

Option B
10.

Which of the following function is used to redirect a page ?

Answer

Answer :

Option B
Jump to page number :