PHP Advanced Concepts
Test
Model Test
Ebook
Quiz-1 : PHP Fundamental
Quiz-2 : PHP Variables and Datatypes
Quiz - PHP Basic 1
Quiz - PHP Fundamental 3
Quiz - PHP Advanced Concept, Networking, Super G.
Quiz - PHP Networking
Quiz PHP Object Oriented Programming
Quiz - PHP string,oop,regular expression
Quiz - PHP and MySQL
Quiz - PHP String,Security,Webservice
Index
PHP Home
PHP Fundamentals
230
PHP Input/Output
16
PHP Object Oriented Programming
59
PHP Installation & Configuration
17
Reported Questions
80
PHP Functions
16
PHP Regular Expression
33
PHP Variables and Datatypes
62
PHP Arrays
104
PHP Operators and Expressions
6
PHP Built-in Constants and Standard PHP .
10
PHP Advanced Concepts
120
PHP Error Handling
34
PHP String Operation
36
PHP Language Syntax
11
PHP Super Globals
21
PHP Datetime and timezone
4
PHP Networking
12
PHP with MySQL
5
PHP Web Service
10
PHP Security
15
PHP File Handling
9
PHP PEAR
7
PHP Control Structure
7
PHP Form Handling
1
Schools
Ebook
Question:
Which function checks for the existence of DNS records?
A
checkdnsrr()function
B
dns_get_record()function
C
getmxrr()function
D
None
Note:
Not available
Show answer
Show Note
Report
Question:
Which of the following function returns an array consisting of various DNS resource records pertinent to a specific domain?
A
Dns_record();
B
Dns_get_record();
C
Domain_get_record();
D
all
Note:
Not available
Show answer
Show Note
Report
Question:
What is the correct prototype of checkdnsrr() function?
A
str checkdnsrr(string host[,string type])
B
bool
checkdnsrr
(
string
$host
[,
string
$type
= "MX"
] )
C
int checkdnsr(string host[,string type])
D
int checkdnsrr(string type[,string host])
Note:
Not available
Show answer
Show Note
Report
Question:
Which of the following function returns the port number of a specific service?
A
Dns_record();
B
Get_port_number();
C
Getserverbyname();
D
none
Note:
Not available
Show answer
Show Note
Report
Question:
Which of the following are not a mail function in PHP?
A
mail_send_to
B
mail()
C
send()
D
sendmail()
Note:
Not available
Show answer
Show Note
Report
Question:
Which function returns an array consisting of various DNS resource records pertinent to a specific domain?
A
dns_get_record()function
B
getmxrr()function
C
getservbyname()function
D
None
Note:
Not available
Show answer
Show Note
Report
Question:
Which is not a DNS record type?
A
A6
B
MX
C
SRV
D
MIME
Note:
Not available
Show answer
Show Note
Report
Question:
To send a mail, Which of the following statement should be used?
A
Send_mail("test@example.com", "This is a subject", "This is the mail body")
B
mail("test@example.com", "This is a subject", "This is the mail body")
C
mailto:("test@example.com", "This is a subject", "This is the mail body")
D
mail_SUB:("test@example.com", "This is a subject", "This is the mail body")
Note:
Not available
Show answer
Show Note
Report
Question:
A session is started simply by calling session_start() like this: session_start(); true or false?
A
True
B
False
Note:
Not available
Show answer
Show Note
Report
Question:
Erase the session variables from memory, and even completely wipe the session from storage done through the ______.
A
Session_none()
B
Session_fresh
C
session_destroy()
D
session_unset()
Note:
Not available
Show answer
Show Note
Report
First
Prev
1
2
3
4
5
Next
Last
/12
Go
Schools
App Store
Whiteboard
Blogs
Quiz
Test
Apply Course
Games
Freelancers
Professionals
Newspapers
Terms
Privacy
Copyright © 2024. Powered by
Intellect Software Ltd