Home  >  Article  >  Backend Development  >  echo 的部分用法,echo用法_PHP教程

echo 的部分用法,echo用法_PHP教程

WBOY
WBOYOriginal
2016-07-12 09:02:08805browse

echo 的部分用法,echo用法

echo “内容” > 文件名 (会覆盖文件里的所有内容)

echo “内容” >> 文件名 (追加内容到文件里,会另起一行写入) 

www.bkjia.comtruehttp://www.bkjia.com/PHPjc/1086211.htmlTechArticleecho 的部分用法,echo用法 echo 内容 文件名 (会覆盖文件里的所有内容) echo 内容 文件名 (追加内容到文件里,会另起一行写入)...
Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn