Logo

Php Questions Set 43:

Quiz Mode

What symbol is used to declare nested namespaces?

1
2
3
4

Solution:

  PHP scripts are located in the web server document tree. 

1
2

Solution:

The _____ character is used to represent the logical operator NOT.

1
2
3
4

Solution:

How to check if a variable of the specified type exists?

1
2
3
4

Solution:

 The date() function returns ___ representation of the current date and/or time. 

1
2
3
4

Solution:

Which feature allows you to call multiple methods or functions of a class in a single instruction?

1
2
3
4

Solution:

 PHP has long supported two regular expression implementations known as _______ and _______ 


i) Perl
ii) PEAR
iii) Pearl
iv) POSIX 

1
2
3
4

Solution:

 Which one of the following function is used to return an array consisting of various DNS resource records pertinent to a specific domain?

1
2
3
4

Solution:

Which one of the following statements can be used to establish port 80 connection with www.nachi.com? 

1
2
3
4

Solution: