从文件中长时间读取未签名的PHP

时间:2019-06-16 23:42:51

标签: php python binary

我需要在PHP中读取16倍长的unsigned long。

如何用PHP从python重写那些内容?

file.seek(12108)
string = format(unpack('>Q', file.read(0x8))[0], '016x')
print(string)

0 个答案:

没有答案