Oma*_*mar 0 php string concatenation string-concatenation operators
这可能是一个非常简单易行的问题,也许不是.
要在php中连接字符串(通过附加/右连接),您可以使用:
$a = "a";
$a .= "b";
//The value will be: "ab"
Run Code Online (Sandbox Code Playgroud)
我该怎么做,但反过来呢?
EJ:
$a = "a";
$a ???? "b";
//I NEED the value to be: "ba"
Run Code Online (Sandbox Code Playgroud)
| 归档时间: |
|
| 查看次数: |
3482 次 |
| 最近记录: |