Home >Backend Development >PHP Tutorial >Some usage of echo, echo usage_PHP tutorial

Some usage of echo, echo usage_PHP tutorial

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

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)

www.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)...
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