iSharkFly
PHP 字符串运算
程序语言
PHP
honeymoose
October 7, 2012, 2:33am
1
字符串运算 (string operator) 的运算符号只有一个,就是英文的句号 .。它可以将字符串连接起来,变成合并的新字符串。
以下是字符串运算的例子
<?php $a = "PHP 4"; $b = "功能强大"; echo $a.": ".$b; ?>
Related topics
Topic
Replies
Views
Activity
PHP算术运算
PHP
0
82
October 7, 2012
PHP 其它运算符号
PHP
0
85
October 7, 2012
PHP 赋值运算
PHP
0
86
October 7, 2012
PHP 运算符号
PHP
0
91
October 7, 2012
PHP位运算
PHP
0
114
October 7, 2012