类型函数集
时间:2010-10-07 来源:lsstarboy
1、gettype:已经不建议使用,建议使用is_*
2、settype:强制转换类型
3、前置小括号强制转换,如(string) 5
4、is_null和empty
5、隐含的转换,见“Type Juggling”节
6、decbin,bindec,baseconvert等,数制的转换
7、strtoupper和strtolower
8、strtotime,把数值型转换为unix时间戳
2、settype:强制转换类型
3、前置小括号强制转换,如(string) 5
4、is_null和empty
5、隐含的转换,见“Type Juggling”节
6、decbin,bindec,baseconvert等,数制的转换
7、strtoupper和strtolower
8、strtotime,把数值型转换为unix时间戳
相关阅读 更多 +