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

Some usage of echo, echo usage_PHP tutorial

WBOY
Release: 2016-07-12 09:02:08
Original
862 people have browsed it

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)...
source:php.cn
Statement of this Website
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
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template