Part of the usage of echo, echo usage
echo “content” > File name (will overwrite all contents in the file)
echo "Content" >> File name (append content to the file, a new line will be written)
http://www.bkjia.com/PHPjc/1086211.htmlwww.bkjia.comtruehttp: //www.bkjia.com/PHPjc/1086211.htmlTechArticlePart of the usage of echo, echo usage echo content file name (will overwrite all content in the file) echo content file name (Appending content to the file will be written in a new line)...