How to write file in php character by character?

  • Thread starter Thread starter jammin
  • Start date Start date
J

jammin

Guest
I want to write file in character like printf("%c",str) where str="Hello world"... I tried fprintf("%c",$str)... I could not do it.
 
Back
Top