对于int,很容易确定
echo PHP_INT_SIZE;
我有4个这样的8个字节或32位.对于bool类型呢?谢谢.
typedef unsigned char zend_bool;
unsigned char的大小为1个字节.