Home
PHP
Tags
PHP Tutorial
Latest Articles
English
English
简体中文
中文(繁體)
日本語
한국어
Français
Deutsch
မြန်မာဘာသာ
Current Location:
Home
>
Function Categories
>
echo
echo
Output one or more strings
Name:
echo
Category:
String
Programming Language:
php
One-line Description:
Output one or more strings.
Related
echo output HTML tag: pay attention to character escape
2
Comparison of echo and print_r Functions: How to Choose the Right PHP Output Function?
6
Similar Functions
str_split
str_split
Convertstringstoarra
ucwords
ucwords
Convertthefirstlette
chr
chr
Generatesingle-bytes
str_word_count
str_word_count
Returninformationabo
strip_tags
strip_tags
RemoveHTMLandPHPtags
vsprintf
vsprintf
Returnstheformatteds
strnatcasecmp
strnatcasecmp
Comparingstringsusin
trim
trim
Removespaces(orother
Popular Articles
Comparison of echo and print_r Functions: How to Choose the Right PHP Output Function?
echo output HTML tag: pay attention to character escape