PHP
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:
PHP does not support which of the following OOP properties?
A
Object Cloning
B
Multiple inheritance
C
Interface
D
Namespace
Note:
Not available
Show answer
Show Note
Report
Question:
What is the correct way to open the file “time.txt” as read and write?
A
open(“time.txt);
B
fopen(“time.txt,”r”);
C
open(“time.tx,”read”t);
D
fopen(“time.txt”,”r+”);
Note:
Not available
Show answer
Show Note
Report
Question:
If you want to read and modify file, then you put 2nd argument value of fopen() to_____
A
a+
B
r+
C
w+
D
r
Note:
Not available
Show answer
Show Note
Report
Question:
Which function create a new session of continues a current session?
A
SessionStart
B
Session_Start
C
Start_session
D
All
Note:
Not available
Show answer
Show Note
Report
Question:
Which of the following can be defined as the translation of data into a format that is intendent to be unreadable by anyone except the intended party
A
Decryption
B
Encryption
C
None
D
Translate
Note:
Not available
Show answer
Show Note
Report
Question:
What is the output from the followings?
<?php $sString=”Bangladesh”; Echo substr($sString,0,6); ?>
A
Bangla
B
ladesh
C
Bangladesh
D
None
Note:
Not available
Show answer
Show Note
Report
Question:
In PHP, which of the following function is used to insert content of one PHP file into another PHP file before server executes it
A
include[]
B
#include()
C
Include()
D
#include{}
Note:
Not available
Show answer
Show Note
Report
Question:
Which of the following statement is used for pulling each key/value pair from the array until all items have been retrieved?
A
for statement
B
foreach statement
C
do-while statement
D
None
Note:
Not available
Show answer
Show Note
Report
Question:
Which are the fundamental concept of object oriented programming?
A
inheritance
B
polymorphism
C
encapsulation
D
All
Note:
Not available
Show answer
Show Note
Report
Question:
Which of the following function sorts array items in descending order?
A
asort
B
sort
C
rsort
D
ksort
Note:
Not available
Show answer
Show Note
Report
First
Prev
88
89
90
91
92
Next
Last
/93
Go
Schools
App Store
Whiteboard
Blogs
Quiz
Test
Apply Course
Games
Freelancers
Professionals
Newspapers
Terms
Privacy
Copyright © 2025. Powered by
Intellect Software Ltd