PrepAway - Latest Free Exam Questions & Answers

What is the recommended method of copying data between two opened files?

What is the recommended method of copying data between two opened files?

PrepAway - Latest Free Exam Questions & Answers

A.
copy($source_file, $destination_file);

B.
copy($destination_file, $source_file);

C.
stream_copy_to_stream($source_file, $destination_file);

D.
stream_copy_to_stream($destination_file, $source_file);

E.
stream_bucket_prepend($source_file, $destination_file);

2 Comments on “What is the recommended method of copying data between two opened files?


Leave a Reply

Your email address will not be published. Required fields are marked *