difference of move(), and copy() function in php?

Answers were Sorted based on User's Feedback



difference of move(), and copy() function in php?..

Answer / vishwas kumar

copy() function copy images for temp folder on server to
move other location. move() function cut images for temp
folder on server to move other location.

Is This Answer Correct ?    20 Yes 2 No

difference of move(), and copy() function in php?..

Answer / webguy

copy() = copy and move() = cut in simple terms.

Is This Answer Correct ?    9 Yes 1 No

difference of move(), and copy() function in php?..

Answer / babasaheb

move is cut the any file in your folder
the file is not avilebale in that folder
and
copy means copy the file in folder but this file is avilebal
in that folder

Is This Answer Correct ?    1 Yes 0 No

Post New Answer

More PHP Interview Questions

What are the different types of errors in PHP?

5 Answers  


How to block direct directory access in PHP?

0 Answers  


Explain the ternary conditional operator in php?

0 Answers  


How to join multiple strings into a single string?

0 Answers  


How to check an key is exists in array?

0 Answers  


How do I end a php session?

0 Answers  


Which have the fastest execution between mysql_fetch_array() and mysql_fetch_assoc()

0 Answers  


What are the features and advantages of object-oriented programming?

5 Answers   HCL,


Which function can be used to delete a file?

0 Answers  


Write a program to upload a file in php?

0 Answers  


How to redirect https to http url through .htaccess?

0 Answers  


Tell me what are magic methods?

0 Answers  


Categories