废话不多说了,直接给大家贴代码了,具体代码如下所示:
function BigEndian2Int($byte_word, $signed = false) { $int_value = 0; $byte_wordlen = strlen($byte_word); for ($i = 0; $i