Have you ever get INTERRUPT DURATION string while you are trying to read a
binary file.

I am getting something like this.

ferhat NTERRUPT_DURATIO | Nbingol RUPT_DURAT

there is 65 characters dummy at the beginning afterwards 24 byte string 16
byte string...

I am using this

$record_format = 'A65dummy/A24name/A16surname';
$a= (unpack ("$record_format", $data));
print "$a[name] | $a[surname]

result is,like above...



TIA




-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to