Tag: php

Questions Related to php

php
  1. uksort()

  2. arsort()

  3. ksort()

  4. All of the above


Correct Option: D

Which of the following functions are used by PHP to find out what type a variable is?

php
  1. gettype()

  2. is_double()

  3. get_type()

  4. is_date()

  5. A&B


Correct Option: E
php
  1. normal

  2. aborted

  3. timeout

  4. All of the above


Correct Option: D
php
  1. PHP: Hypertext Preprocessor

  2. Personal Home Page

  3. Private Home Page

  4. Personal Hypertext Processor


Correct Option: A
php
  1. "Hello World";

  2. echo "Hello World";

  3. Document.Write("Hello World");

  4. response.write("Hello World")


Correct Option: B