what is php and what can php do ?,PHP中'和'有什么區別?[重復] - What is the difference between ' and " in PHP?...

1

The difference is, strings between double quotes (") are parsed for variable and escape sequence substitution. Strings in single quotes (') aren't.

區別在於,雙引號(“)之間的字符串被解析為變量和轉義序列替換。單引號(')中的字符串不是。

So, using double quotes (") you can do:

所以,使用雙引號(“)你可以這樣做:

$count = 3;

echo "The count is:\t$count";

which will produce

這將產生

The count is:3

The same in single quotes returns the literal string.

單引號中的相同內容返回文字字符串。

Also, the characters that need to be escaped. If you have a string like:

此外,需要轉義的字符。如果你有一個像這樣的字符串:

'John said, "Hello"'

you would probably use single quotes, to avoid having to escape the quotes in the string and vice-versa.

你可能會使用單引號,以避免必須轉義字符串中的引號,反之亦然。

  • 0
    点赞
  • 0
    收藏
    觉得还不错? 一键收藏
  • 0
    评论
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值