How to rename a file in PHP?
Correct Answer: rename(oldname, newname);
Explanation:
Note: This Question is unanswered, help us to find answer for this one
PHP Skill Assessment
Your Skill Level: Poor
Retake Quizzes to improve it
More PHP MCQ Questions
Where can protected property or method be accessed?
... statement takes all the text/code/markup that exists in the specified file and copies it into the file that uses the statement. Check all that apply.
What will be the output of the code?
'Paamayim Nekudotayim' is also called :
func_num_args returns ....
How do you add a multi-line comment in PHP?
The statement header('Location: http://www.somesite.com'); will
Which statement allows you to add new records to a MySQL database table?
Placing ++ in front of variable:
Function to perform a regular expression match in PHP?