argument('file')) as $line) { foreach (str_split(bin2hex($line),2) as $y) echo hex2bin($y); echo "\r"; } } }