Question:Which one is correct?
A $s = fwrite ("a string here"); B $s = fwrite ($fp,"a string here"); C $s = fwrite ("a string here",$fp); D None
+ AnswerB
+ Report