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 

+ Answer
+ Report
Total Preview: 812

Copyright © 2024. Powered by Intellect Software Ltd