PHP Input/Output
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 file mode is/are used to read and write of any file?
A
r
B
w
C
r+
D
x
Note:
Not available
Show answer
Show Note
Report
Question:
To read a single character of a file which function is used?
A
fgets()
B
fgetss()
C
fgetc()
D
None
Note:
Not available
Show answer
Show Note
Report
Question:
Which of the following function are used to strips any HTML and PHP tags from the input?
A
fgets()
B
fgetss()
C
fwrite()
D
None
Note:
Not available
Show answer
Show Note
Report
Question:
Given the two values below, which of the following possiblities will print
10 foos20 bars
?
<?php
$var1 = "10 foos";
$var2 = "20 bars";
print ???????;
?>
A
None of the above
B
implode("", array($var1,$var2));
C
$var1 . $var2
D
$var1 + $var2
E
Al
Note:
Not available
Show answer
Show Note
Report
Question:
Which of the following type specifier is used to present as an unsigned decimal number?
A
%u
B
%d
C
%f
D
%s
Note:
Not available
Show answer
Show Note
Report
Question:
What are the difference between print and echo?
A
echo faster than print
B
echo return value
C
print return value
D
echo return true
Note:
Not available
Show answer
Show Note
Report
First
Prev
1
2
Next
Last
/2
Go
Schools
App Store
Whiteboard
Blogs
Quiz
Test
Apply Course
Games
Freelancers
Professionals
Newspapers
Terms
Privacy
Copyright © 2024. Powered by
Intellect Software Ltd