Never been to DZone Snippets before?

Snippets is a public source code repository. Easily build up your personal collection of code snippets, categorize them with tags / keywords, and share them with the world

Allow php script to run for a long time (See related posts)

set_time_limit(0)

Pretty useful when dumping data.

Comments on this post

olleolleolle posts on Aug 23, 2005 at 09:12

Quoth the manual:

set_time_limit() has no effect when PHP is running in safe mode. There is no workaround other than turning off safe mode or changing the time limit in the php.ini.

You need to create an account or log in to post comments to this site.


Click here to browse all 5140 code snippets

Related Posts