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:
Which parameter of php.ini file will need to be configured to allocate the maximum memory?
A
post_max_size
B
upload_max_filesize
C
memory_limit
D
None
Note:
Not available
Show answer
Show Note
Report
Question:
We can declare constant the by using following function______
A
declare()
B
include()
C
require()
D
define()
Note:
Not available
Show answer
Show Note
Report
Question:
How to divide a string into various elements?
A
using string_divide()
B
Substring()
C
Split()
D
Str()
Note:
Not available
Show answer
Show Note
Report
Question:
Which of the following property is used in initialize object properties?
A
method
B
constructor
C
destructor
D
_toString
Note:
Not available
Show answer
Show Note
Report
Question:
Which of the following function removes the specified directory?
A
removedir()
B
deletedir()
C
rmdir()
D
touch()
Note:
Not available
Show answer
Show Note
Report
Question:
Which of the following function reads an entire file?
A
fread()
B
readfile()
C
file()
D
fwrite()
Note:
Not available
Show answer
Show Note
Report
Question:
There is a PHP class called MyPhp;and it has a function getData().If the $callPhp is an object of the class MyPhp then what is the correct statement from the following to call getData() function?
A
$callPhp->getData();
B
$callPhp-getData();
C
$callPhp<-getData();
D
$callPhp(getData());
Note:
Not available
Show answer
Show Note
Report
Question:
If your object must inherit behavior from a number of sources you must use?
A
Interface
B
Abstract class
C
Static
D
Object
Note:
Not available
Show answer
Show Note
Report
Question:
What is the default scope of any variable and function?
A
public
B
static
C
private
D
protected
Note:
Not available
Show answer
Show Note
Report
Question:
Which of the following function is used to merges arrays together and return a single unified array?
A
array_combine()
B
array_merge()
C
array_slice()
D
None
Note:
Not available
Show answer
Show Note
Report
First
Prev
89
90
91
92
93
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