Correct Answer: True
Explanation:
Note: This Question is unanswered, help us to find answer for this one
PHP Skill Assessment
Your Skill Level: Poor
Retake Quizzes to improve it
More PHP MCQ Questions
How to start PHP interactive console?
Which can be used to set the time zone in individual scripts?
What does the rsort() function do?
Purpose of this function? headers_sent()
What's the output? 'a', 1 => 'b'); var_dump ($array); ?>
Which are 'magic constant'? __LINE__ __FILE__ c __PRETTY_FUNCTION__ d __CLASS__ __METHOD__
which are used for code reuse? Loops functions Database include files
What's the output? $count=50; function Argument() { $count++; echo $count; } Argument() ?> It will print 50 It will print 51 It will print 52 It will print 1
Late PHP version support remote file accessing for the functions: include() include_once() require_once() All of the above
Which one is correct? $s = fwrite ('a string here'); $s = fwrite ($fp,'a string here'); $s = fwrite ('a string here',$fp); none of the above
PHP MCQs | Topic-wise