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

Can you define an array argument as a reference type?

0 Answers  


Is it possible to connect to a Microsoft Access database without a DSN? If so, how??

3 Answers  


What is the difference between php traits vs interfaces?

0 Answers  


Is nan in php?

0 Answers  


What is the use of mysql_fetch_array in php?

0 Answers  


write a program to generate bill screen 1.1st page should get the number of products to be billed. 2.2nd page should display the number of rows according to the number of products given in the first page. 3.Each row should have a text box for a.product name b.quantity c.unit price d.item price = quantity x unit price This should be automatically calculated not to be entered by the user. 4.After entering the products calculate sales-tax for the total amount which 8.25%. 5.After entering these values you have to generate the bill in the next page with a unique number for the bill. can anyone solve this problem..i am in need to solve this problem..pls help me

1 Answers   Yahoo,


Why die is used in php?

0 Answers  


What is oops php?

0 Answers  


What changes I have to do in php.ini file for file uploading?

0 Answers  


How to add comments in php?

0 Answers  


How do you pass a variable by value in php?

0 Answers  


Explain converting an object?

0 Answers  


Categories