MCQs > IT & Programming > PHP 5 > $a = fread($x); fclose($x); correct syntax to initialize a handle to read from standard input?

PHP 5 MCQs

$a = fread($x); fclose($x); What is the correct syntax to initialize a handle to read from standard input?

Answer

Correct Answer: $x = fopen('php://stdin','r');

Explanation:

Note: This Question is unanswered, help us to find answer for this one

PHP 5 Skill Assessment

Overall Skill Level-Poor

Your Skill Level: Poor

Retake Quizzes to improve it

search

PHP 5 Skill Assessment

Overall Skill Level-Poor

Your Skill Level: Poor

Retake Quizzes to improve it