Home  >  Article  >  Backend Development  >  PHP string concatenation

PHP string concatenation

巴扎黑
巴扎黑Original
2016-11-10 09:45:141137browse

In Java, we usually use '+' to connect strings. In PHP, we use '.' to connect strings.

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
Previous article:php BOM problemNext article:php BOM problem