McqMate
Sign In
Hamberger menu
McqMate
Sign in
Sign up
Home
Forum
Search
Ask a Question
Sign In
McqMate Copyright © 2024
→
Bachelor of Science in Computer Science ...
→
Linux and PHP
→
In PHP, fgets() is used to read a file o...
Q.
In PHP, fgets() is used to read a file one line at a time.
A.
TRUE
B.
FALSE
Answer» A. TRUE
969
0
Do you find this helpful?
1
View all MCQs in
Linux and PHP
Discussion
No comments yet
Login to comment
Related MCQs
The ___________ function is used to read a single character from a file in PHP.
What is the value displayed when the following is executed? Assume that the code was executed using the following URL: testscript.php?c=25 <?php function process($c, $d = 25) { global $e; $retval = $c + $d - $_GET['c'] - $e; return $retval; } $e = 10; echo process(5); ?>
Which of the following tags in PHP is not a valid way to begin and end a PHP code block?
Whether One-line comment begin with pound sing(#) in PHP?
mount -r is used to mount a file in read only mode
The ____________function parses an English textual date or time into Unix timestamp in PHP.
______________ Returns the time of sunrise for a given day / location in PHP.
Which one is right in PHP?
Which operator is used to concatenate two strings in PHP?
Which of the following function is used to change the root directory in PHP?