Home >php教程 >php手册 >PHP判断变量是否为0的方法

PHP判断变量是否为0的方法

WBOY
WBOYOriginal
2016-06-06 20:25:132023browse

这篇文章主要介绍了PHP判断变量是否为0的方法,需要的朋友可以参考下

复制代码 代码如下:



if($_POST['some'] != null) {
//It's Not Empty
}
?>

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