MCQs > IT & Programming > PHP > 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

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

Answer

Correct Answer: b

Explanation:

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

PHP Skill Assessment

Overall Skill Level-Poor

Your Skill Level: Poor

Retake Quizzes to improve it

search

PHP Skill Assessment

Overall Skill Level-Poor

Your Skill Level: Poor

Retake Quizzes to improve it