What does a . (dot) do in PHP?

前端 未结 4 484
生来不讨喜
生来不讨喜 2020-12-01 09:21

What does the following command do in PHP?

. $string   // ($string is something which i declared in the program)
4条回答
  •  生来不讨喜
    2020-12-01 09:31

    The output is displayed directly to the browser like as a given below

    . $string   // ($string is something which i declared in the program)
    

提交回复
热议问题