32bits Integer的不同解包行为

时间:2017-10-08 05:02:49

标签: php unpack

请考虑以下代码:

echo current(unpack('V', "\xFF\xFF\xFF\xFF"));

我得到4294967295 in the online interpreters的预期输出;在我的机器上,x86,Windows,64位,PHP 5.6.30;我得到-1。那是为什么?

0 个答案:

没有答案