0

is there a function in php which does something similar to ungetc C? I mean a function that puts a character back onto a stream?

sykatch
  • 301
  • 1
  • 2
  • 13

1 Answers1

0

No. But you can use fwrite if the stream is writable.

ksimka
  • 1,394
  • 9
  • 21