When we are starting the PHP server online,if at that time we want to load an array having lot of records in the web application before any users visit the homepage.Because loading a big array will take a lot of time when users visit the site online.So i want to load it on server start,so that when user comes he should get everything ready...
How can we load an array having lacs of records in server on starting in PHP.