Home php教程 php手册 Php双引号和单引号的区别?

Php双引号和单引号的区别?

Jun 21, 2016 am 08:56 AM

什么时候用单引号,什么时候用双引号呢?我看有时候又在混用,又时候又不行。

$a=1;
echo '$a';
echo "$a";
?>
单引号里的会原样输出,双引号里的如果含有变量,会输出变量的值



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

Hot Article Tags

Notepad++7.3.1

Notepad++7.3.1

Easy-to-use and free code editor

SublimeText3 Chinese version

SublimeText3 Chinese version

Chinese version, very easy to use

Zend Studio 13.0.1

Zend Studio 13.0.1

Powerful PHP integrated development environment

Dreamweaver CS6

Dreamweaver CS6

Visual web development tools

SublimeText3 Mac version

SublimeText3 Mac version

God-level code editing software (SublimeText3)