duanbi8089 2012-04-27 06:47 采纳率: 100%
浏览 52

“{var1} someString”和“$ var1someString”之间有什么区别?

I can make out the difference between

echo "{$var1}someString" // here the variable is $var1
echo "$var1someString"   // here the variable is $var1someString

The question is why to use {}? It works only with {}. It does not work with (). What is so special about { }?

  • 写回答

4条回答 默认 最新

  • dsfh40613182 2012-04-27 06:52
    关注

    you expained it yourself. thats simply the syntax php uses for this - nothing more. to quote the documentation:

    Complex (curly) syntax
    Simply write the expression the same way as it would appear outside the string, and then wrap it in { and }. Since { can not be escaped, this syntax will only be recognised when the $ immediately follows the {. Use {\$ to get a literal {$

    评论

报告相同问题?

悬赏问题

  • ¥15 matlab中使用gurobi时报错
  • ¥15 WPF 大屏看板表格背景图片设置
  • ¥15 这个主板怎么能扩出一两个sata口
  • ¥15 不是,这到底错哪儿了😭
  • ¥15 2020长安杯与连接网探
  • ¥15 关于#matlab#的问题:在模糊控制器中选出线路信息,在simulink中根据线路信息生成速度时间目标曲线(初速度为20m/s,15秒后减为0的速度时间图像)我想问线路信息是什么
  • ¥15 banner广告展示设置多少时间不怎么会消耗用户价值
  • ¥16 mybatis的代理对象无法通过@Autowired装填
  • ¥15 可见光定位matlab仿真
  • ¥15 arduino 四自由度机械臂