Home >php教程 >PHP源码 >PHP的等于判断

PHP的等于判断

PHP中文网
PHP中文网Original
2016-05-26 08:19:191450browse

各位看看应该输出什么

<?php
$curMac = &#39;00E031001774&#39;;
$preMac = &#39;00E012013732&#39;;
if($curMac != $preMac){
    echo &#39;not not&#39;;
}else{
    echo &#39;yes yes&#39;;
}
?>
Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn