PHP 笔记

1、php从数据库中读出的身份证号码为全数字时,判断语句会认为是数字,18位超出了存储长度会截取判断

2、ceil,floor,round,intval函数的区别

ceil — 进一法取整
floor — 舍去法取整
round — 对浮点数进行四舍五入
intval — 获取变量的整数值

参考:

[1] php取整函数ceil,floor,round,intval函数的区别.http://www.php100.com/html/webkaifa/PHP/PHP/2012/1108/11507.html.2013-07-11
[2] PHP Math 函数.http://www.w3school.com.cn/php/php_ref_math.asp.2013-07-11

posted @ 2013-05-28 11:14  长城的草  阅读(187)  评论(0编辑  收藏  举报