【发布时间】:2012-02-04 15:59:43
【问题描述】:
我正在尝试记住以下+= 的含义:
$total += cumumalitive_norm($x, $mean, $sd);
我知道这很简单,只是不能 100% 确定我是否正确。我猜这意味着
$total = $total + cumumalitive_norm($x, $mean, $sd);
在尝试使用谷歌搜索答案然后这个网站后,我发布了 字符 "+ - =" .etc 在搜索引擎中反应不佳。
我可以做些什么来返回更好的结果吗? 我在谷歌上搜索“php + =”。
问候
【问题讨论】:
-
好吧,我只是认为这对其他人来说可能是一个有用的问题。我也想澄清我的假设。
标签: php search search-engine operation