Zend PHP 5.3 Certification 200-530 Question # 55 Topic 6 Discussion

Zend PHP 5.3 Certification 200-530 Question # 55 Topic 6 Discussion

200-530 Exam Topic 6 Question 55 Discussion:
Question #: 55
Topic #: 6

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


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);


Get Premium 200-530 Questions

Contribute your Thoughts:


Chosen Answer:
This is a voting comment (?). It is better to Upvote an existing comment if you don't have anything to add.