Skip to main content
博客
div+css 博客
javascript 博客
vue 博客
php 博客
微信 博客
php
drupal
composer
thinkphp
onethink
laravel
Swoole
dedecms
magento
smarty
ecshop
zencart
joomla
discuz
wordpress
yii
微信
抖音
ci
weiphp
destoon
python
plone
apache
nginx
cache
memcache
redis
div+css
javascript
jquery
typescript
Vue.js
Amaze
zepto
react
underscore
backbone
angular
lodash
layui
js特效
vbscript
photoshop ai
sql
mysql
mssql
oracle
regular
node.js
腾讯开放平台
dreamweaver
linux
seo
app
asp及asp.net
flash
iis
java
mac
wap
windows
dos
其它
浏览器
网络
AD域
虚拟机
AC
简写翻译
欢迎各位兄弟 发布技术文章
这里的技术是共享的
个人技术网_前端_后台_php_div_css_linux_javascript_seo
搜索表单
搜索
用户登录
用户名
*
密码
*
重设密码
You are here
首页
php判断是否是正整数的函数是那个?
星期五, 2017-09-29 10:51 —
adminshiping1
php判断是否是正整数的函数是那个?
php判断是否是正整数的函数是那个?
is_numeric不对,小数页能通过
ycg520520
2011-03-23 12:28
is_int()检测变量是否是整数,至于是负的我就不知道了
我的想法是先判断出来是整整数,然后通过大于0来判断吧!
通宵虫
2011-03-23 13:20
直接 is_int() 然后 判断书否大于o
小黄豆
2011-03-23 13:23
学习了
yc2266
2011-03-23 13:46
$a-intval($a)?=0?
yxd520
2011-03-23 14:10
学习!
wutongqiang
2011-03-23 21:30
is_set()
来自
http://bbs.php100.com/simple/?t63529.html
普通分类:
php