What is the difference between using copy() and move()
function in PHP file uploading?
Answer Posted / ashish zarkar intercom online
One Big difference between copy and move command that is we
can just use move command once but the copy can use more
then one thime
| Is This Answer Correct ? | 5 Yes | 17 No |
Post New Answer View All Answers
What is the difference between $var and $$var?
What are the features and advantages of object-oriented programming in php?
Write a program to get second highest number in an array using php?
Explain how to execute a php script using command line.
Why do we use sessions in php?
Explain the difference between unlink() and unset()?
What is session in PHP. How to remove data from a session?
Is laravel frontend or backend?
How to create a mysql connection?
What is difference between required and require_once in php?
How do you execute a php script from the command line?
What is http php?
Explain about PHP cookies?
What is overloading and overriding in php?
Write a php function to convert all null values to blank?