Skip to content

Latest commit

 

History

History
15 lines (12 loc) · 505 Bytes

0304.md

File metadata and controls

15 lines (12 loc) · 505 Bytes

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