Home / Questions / Other PHP line-by-line file read कैसे करते हैं? interview में कैसे explain करेंगे? Other 0 Views Verified PHP line-by-line file read कैसे करते हैं? interview में कैसे explain करेंगे? सही विकल्प चुनें और 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 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 नहीं है।
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 पढ़ता है।