Home / Questions / Other PHP line-by-line file read कैसे करते हैं? को debug कैसे करें? Other 0 Views Verified PHP line-by-line file read कैसे करते हैं? को debug कैसे करें? सही विकल्प चुनें और code/solution को समझें। #php #core php #php programming #php tutorial #php error #php solution #backend #developer Sarkari Result QA Bank Editorially reviewed exam information Share
Verified file_line($handle) file_line($handle) Additional Explanation यह विकल्प सही Core PHP solution नहीं है।
Verified Correct Answer $line = fgets($handle); $line = fgets($handle); Additional Explanation fgets() stream से एक line पढ़ता है। पहले exact error message, line number और input value check करें।
Verified readline_file($handle) readline_file($handle) Additional Explanation यह विकल्प सही Core PHP solution नहीं है।
Verified get_line_file($handle) get_line_file($handle) Additional Explanation यह विकल्प सही Core PHP solution नहीं है।