Jump to content

file_get_contents() question


tarlejh

Recommended Posts

So I'm using file_get_contents to retrieve an XML file over HTTP. I'm using ini_set() to time out the default socket at 5 seconds.

 

In my code, I am parsing the XML into an simple 2D array which I iterate through after checking that it is not empty:

 


if ( !empty($myarray) ) { 
 //break; 
} else {  
 //assign hardcoded data to $myarray  
} 

//iterate through $myarray 

 

or something to that effect.

 

A problem arises that sometimes the array is empty, maybe one out of every 50 page loads or so. Can't seem to determine why this could be, except that file_get_contents() is taking longer than 5 seconds.

 

Yet I've timed that particular call (in a dev environment) and cannot get it to take longer than 3/100 of a second.

 

Any help from the community with this vexing issue is much appreciated.

 

 

Link to comment
Share on other sites

This thread is more than a year old. Please don't revive it unless you have something important to add.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.