SarkariResultess QA Bank

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

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

Answer & Explanation

4 Answers
Verified

file_close_handle($handle)

file_close_handle($handle)
Additional Explanation
यह विकल्प सही Core PHP solution नहीं है।
Verified Correct Answer

fclose($handle);

fclose($handle);
Additional Explanation
fclose() stream close करता है। पहले exact error message, line number और input value check करें।
Verified

$handle.close()

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

closefile($handle)

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