Forum Moderators: coopster

Message Too Old, No Replies

Don't stop executing php when page loading stopped

There is an function, but i can't remember it's name.

         

Seregwethrin

7:38 pm on Aug 11, 2007 (gmt 0)

10+ Year Member



Hello friends;

There is an php function, i saw it but i can't remember it's name.

When you close the page, or stop loading page, php continue generating the page.

What is the name of function :/? Do you know?

Thanks.

Seregwethrin

8:02 pm on Aug 11, 2007 (gmt 0)

10+ Year Member



Oww i found the function.

ignore_user_abort()
[tr2.php.net ]

Thanks for reading again.

Habtom

5:33 am on Aug 12, 2007 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



Does this function consume more resources as compared to running on a cron job? There seems to be a reason why it is not mentioned as cron job alternative that frequently? Any ideas?