What does comma mean in PHP? Don't you use a dot "." to connect?
弦知音
弦知音 2018-12-06 17:37:53
0
2
863

TIM截图20181206173656.jpg

弦知音
弦知音

reply all (1)
Peter-Zhu

This is not about concatenating strings. echo can output multiple variables at the same time. If multiple variables are output, using commas is much more efficient than using dot syntax to assemble, eliminating the need for variable parsing in the string. It seems , you still don’t understand the basic syntax of PHP very well. It is recommended to make up the basics

  • reply Thanks for the answer, Brother Zhu, I am learning the basics.
    弦知音 author 2018-12-10 08:11:44
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
About us Disclaimer Sitemap
php.cn:Public welfare online PHP training,Help PHP learners grow quickly!