difference of move(), and copy() function in php?
Answers were Sorted based on User's Feedback
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 |
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 |
What are the different types of errors in PHP?
How to block direct directory access in PHP?
Explain the ternary conditional operator in php?
How to join multiple strings into a single string?
How to check an key is exists in array?
How do I end a php session?
Which have the fastest execution between mysql_fetch_array() and mysql_fetch_assoc()
What are the features and advantages of object-oriented programming?
Which function can be used to delete a file?
Write a program to upload a file in php?
How to redirect https to http url through .htaccess?
Tell me what are magic methods?