unpackDescriptionarray unpack ( string format, string data)unpack() from binary string into array according to format. Returns array containing unpacked elements of binary string. unpack() works slightly different from Perl as the unpacked data is stored in an associative array. To accomplish this you have to name the different format codes and separate them by a slash /.
See also pack() for an explanation of the format codes. | |||||