<<< Previous question <<< Question ID#0304.md >>> Next question >>>
Which of the following functions will you use to copy data between two opened files?
- A) stream_copy_to_stream ( resource $source , resource $destination)
- B) buffer_start()
- C) stream_copy_to_stream (resource $destination, resource $source )
- D) copy(resource $destination, resource $source)
Answer
Answer: A