【发布时间】:2013-03-05 22:20:31
【问题描述】:
为什么这是happen?
<?php $result = true ;
if($result == 'SOME TEXT')
echo 'why is this true? why is this printed?';
else
echo 'when this should be printed?'
?>
请解释一下,我不是在寻找替代方法。
【问题讨论】:
-
大师!!!只是因为我找不到旧问题,这意味着肯定是-1! .我觉得很有趣,于是问了。
标签: php