Use pack( ) to store binary data in a string: <?php $packed = pack('S4',1974,106,28225,32725); ?> Use unpack( ) to extract binary data from a string: <?php ...
確定! 回上一頁