摘要:
https://www.phpcomposer.com/ 阅读全文
posted @ 2018-07-18 20:25
盘思动
阅读(125)
评论(0)
推荐(0)
摘要:
PHP_INT_SIZE:表示整数integer值的字长 PHP_INT_MAX:表示整数integer值的最大值 注: 输出下32位中PHP_INT_SIZE:4,PHP_INT_MAX:2147483647 输出下64位中PHP_INT_SIZE:8,PHP_INT_MAX:9223372036 阅读全文
posted @ 2018-07-18 16:12
盘思动
阅读(980)
评论(0)
推荐(0)
摘要:
方法一:getconf LONG_BIT在linux终端输入 getconf LONG_BIT 命令如果是32位机器,则结果为32 [root@localhost ~]# getconf LONG_BIT 32 如果是64位机器,则结果为64 [root@localhost ~]# getconf 阅读全文
posted @ 2018-07-18 16:11
盘思动
阅读(181)
评论(0)
推荐(0)