SarkariResultess QA Bank

PHP uploaded file move कैसे करते हैं? में error आए तो solution क्या है?

Other 0 Views Verified
PHP uploaded file move कैसे करते हैं? में error आए तो solution क्या है? सही विकल्प चुनें और code/solution को समझें।
Sarkari Result QA Bank
Editorially reviewed exam information

Answer & Explanation

4 Answers
Verified Correct Answer

move_uploaded_file($tmpName, $destination)

move_uploaded_file($tmpName, $destination)
Additional Explanation
move_uploaded_file uploaded temporary file को destination पर move करता है। पहले exact error message, line number और input value check करें।
Verified

upload_move()

upload_move()
Additional Explanation
यह विकल्प सही Core PHP solution नहीं है।
Verified

move_file_upload()

move_file_upload()
Additional Explanation
यह विकल्प सही Core PHP solution नहीं है।
Verified

rename_upload()

rename_upload()
Additional Explanation
यह विकल्प सही Core PHP solution नहीं है।