31.10.2017, 20:20
Usa sscanf.
PHP код:
new File:f = fopen("file.txt", io_read), data[256];
fread(f, data);
sscanf(data, "fff", xxx, yyy, zzz);