head -c 4 psinfo.exe | hexdump -cx
0000000 M Z 220 \0
0000000 5a4d 0090
0000004
(über console)
wenn ich folgendes versuche:
<?PHP
$test = file('/var/www/test/psinfo.exe');
echo $test;
?>
kommt nur Array zurück.
Gruß
head -c 4 psinfo.exe | hexdump -cx
0000000 M Z 220 \0
0000000 5a4d 0090
0000004
(über console)
wenn ich folgendes versuche:
<?PHP
$test = file('/var/www/test/psinfo.exe');
echo $test;
?>
kommt nur Array zurück.
Gruß