1
<?php
$hexStr = "7583B05800000000";
$up = unpack("H*", strrev(pack("H*", $hexStr)));
echo $up[1];
?> 

PHP 编译器中上述 PHP 代码的输出给出

0000000058b08375

而我的 Visual Studio 2019 中 PeachPie 中相同代码段的输出给出了不同的输出,如下所示:

0000000058EFBFBDEFBFBD75

The above behaviour is part of the c# code using peach pie
4

0 回答 0