相关疑难解决方法(0)

如果在php字符串中间使用'周期'字符(.)是什么意思?

我对PHP很新,但我似乎无法在谷歌找到这个问题的解决方案.

这是一些示例代码:

$headers = 'From: webmaster@example.com' . "\r\n" .
    'Reply-To: webmaster@example.com' . "\r\n" .
    'X-Mailer: PHP/' . phpversion();
Run Code Online (Sandbox Code Playgroud)

句点字符在每个字符串的中间做了什么?

即:"blabla"."blabla"."blablalba";

php string character period

9
推荐指数
2
解决办法
3万
查看次数

标签 统计

character ×1

period ×1

php ×1

string ×1