byte
8 bit character
short
16 bit signed integer
long
32 bit signed integer
float
32 bit float value
string
variable length byte field, terminated by 0x00
mam takie typy danych ... i jak je pobrać za pomocą php ?
do "byte" to bedzie chyba tak
<?php function getbyte(&$str) { return ''; return ord($byte); } ?>
a do reszty nie mam pojecia