[Ajuda] Como fazer o Fread ler linha por linha?
#2

PHP код:
new File:handle fopen("arquivo.txt"io_read);
new 
string[128];
while(
fread(handlestring)) {
    
// cуdigo
}
fclose(handle); 
Reply


Messages In This Thread
Como fazer o Fread ler linha por linha? - by JPedro - 04.01.2016, 19:49
Re: Como fazer o Fread ler linha por linha? - by zPain - 05.01.2016, 16:03

Forum Jump:


Users browsing this thread: 1 Guest(s)