PHP Fundamentals
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 of the following is correct with regard to echo and print ?
A
echo is a construct and print is a function
B
echo is a function and print is a construct
C
Both are functions
D
Both are constructs
Note:
Not available
Show answer
Show Note
Report
Question:
Which of the following is not a file related function in PHP?
A
fclose
B
fopen
C
fwrite
D
fgets
E
fappend
Note:
Not available
Show answer
Show Note
Report
Question:
Which of the following statements is not true with regard to abstract classes in php5?
A
Abstract classes are introduced in PHP5
B
A class with a single abstract method must be declared abstract
C
Abstract class can contain non abstract methods
D
Abstract method must have method definition and can have optional empty braces following it
Note:
Not available
Show answer
Show Note
Report
Question:
What will be the result of the following expression:
6+4 * 9-3
A
60
B
87
C
39
D
30
Note:
Not available
Show answer
Show Note
Report
Question:
Which of the following printing construct/function accepts multiple parameters?
A
echo
B
print
C
printf
D
All of the above
Note:
Not available
Show answer
Show Note
Report
Question:
Which of the following type cast is not correct?
1 <?php
2 $fig = 13;
3 $varb1 = (real) $fig;
4 $varb2 = (double) $fig;
5 $varb3 = (decimal) $fig;
6 $varb4 = (bool) $fig;
7?>
A
real
B
double
C
decimal
D
boolean
Note:
Not available
Show answer
Show Note
Report
Question:
What will be the output of the following code?
$a = 10;
if($a > 5 OR < 15)
echo "true";
else
echo "false"
A
true
B
false
C
No output
D
Parse Error
Note:
Not available
Show answer
Show Note
Report
Question:
Which of the following is not a predefined constant in PHP?
A
TRUE
B
FALSE
C
NULL
D
_FILE_
E
CONSTANT
Note:
Not available
Show answer
Show Note
Report
Question:
Which of the following is not true regarding XForms?
A
PHP provides support for XForm
B
It can be used on PDF documents
C
The data is sent in XML format
D
The action and method parameters are defined in the body
Note:
Not available
Show answer
Show Note
Report
Question:
Which of the following printing construct/function accepts multiple parameters?
A
echo
B
print
C
printf
D
All of the above
Note:
Not available
Show answer
Show Note
Report
First
Prev
15
16
17
18
19
Next
Last
/23
Go
Schools
App Store
Whiteboard
Blogs
Quiz
Test
Apply Course
Games
Freelancers
Professionals
Newspapers
Terms
Privacy
Copyright © 2024. Powered by
Intellect Software Ltd