Single quotes and double quotes modify escape characters in strings

WBOY
Release: 2016-07-25 08:50:34
Original
887 people have browsed it
This is certainly not about the performance of variables in strings under single and double quotes, but the differences in some uncommon scenarios:
1. The length of strings containing escape characters.
[See code section 1]
2. Use escape characters
  1. echo strlen("n");
  2. echo strlen('n');
  3. echo strlen(''');
Copy code


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
About us Disclaimer Sitemap
php.cn:Public welfare online PHP training,Help PHP learners grow quickly!