字符串连接 php通过点操作符对字符串进行连接
php通过点操作符对字符串进行连接 [代码片段(6行)] 输出结果
$str1 = "hello"; $str2 = "outofmemory.cn"; $str = $str1 . " " . $str2; echo $str;
输出结果
hello outofmemory.cn
精彩图集
精彩文章
$str1 = "hello"; $str2 = "outofmemory.cn"; $str = $str1 . " " . $str2; echo $str;
输出结果
hello outofmemory.cn
@CopyRight 2002-2008, 1SOHU.COM, Inc. All Rights Reserved QQ:1010969229