Welcome Guest, Not a member yet? Register   Sign In
Issue with Codeignter3 with network calls functions
#3

(05-15-2018, 06:25 AM)peter2015 Wrote: Hello,

Any comment ??

PHP Code:
while (ob_get_level() > 0)
{
    
ob_end_flush();
}
ob_implicit_flush(TRUE);

for(
$j=0;$j<=10;$j++){
    echo 
file_get_contents("https://google.com");


http://php.net/manual/en/function.ob-implicit-flush.php
Reply


Messages In This Thread
RE: Issue with Codeignter3 with network calls functions - by Paradinight - 05-15-2018, 10:00 AM



Theme © iAndrew 2016 - Forum software by © MyBB