Home / Questions / Other PHP file में content लिखने का function क्या है? के सही और गलत approach में क्या फर्क है? Other 0 Views Verified PHP file में content लिखने का function क्या है? के सही और गलत approach में क्या फर्क है? सही विकल्प चुनें और 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 put_file_text() put_file_text() Additional Explanation यह विकल्प सही Core PHP solution नहीं है।
Verified file_write_contents() file_write_contents() Additional Explanation यह विकल्प सही Core PHP solution नहीं है।
Verified Correct Answer file_put_contents('data.txt', $content); file_put_contents('data.txt', $content); Additional Explanation file_put_contents() content write करता है।