Go to the first, previous, next, last section, table of contents.


ox_flush

ox_flush(id)
:: Flushes the sending buffer.
return
1
id
process identifier
[340] ox_launch_nox();
0
[341] cputime(1);
0
7e-05sec + gc : 4.8e-05sec(0.000119sec)
[342] for(I=0;I<10000;I++)ox_push_cmo(0,I);
0.232sec + gc : 0.006821sec(0.6878sec)
[343] ctrl("ox_batch",1);
1
4.5e-05sec(3.302e-05sec)
[344] for(I=0;I<10000;I++)ox_push_cmo(0,I); ox_flush(0);
0.08063sec + gc : 0.06388sec(0.4408sec)
[345] 1
9.6e-05sec(0.01317sec)
References
section ox_pop_cmo, ox_pop_local, section ctrl


Go to the first, previous, next, last section, table of contents.