Home >php教程 >php手册 >Some usages of echo

Some usages of echo

WBOY
WBOYOriginal
2016-07-06 13:30:551057browse

echo content file name (will overwrite all the content in the file) echo content file name (append content to the file and write it on a new line)

echo “content” > file name (will overwrite all content in the file)

echo "Content" >> File name (append content to the file, a new line will be written)


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