SarkariResultess QA Bank

PHP file में content लिखने का function क्या है? interview में कैसे explain करेंगे?

Other 0 Views Verified
PHP file में content लिखने का function क्या है? interview में कैसे explain करेंगे? सही विकल्प चुनें और code/solution को समझें।
Sarkari Result QA Bank
Editorially reviewed exam information

Answer & Explanation

4 Answers
Verified

file_write_contents()

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

put_file_text()

put_file_text()
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 करता है।
Verified

write.file()

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