I'm trying to do a variation of file_get_content BUT without waiting for the content. Basically I'm requesting a another php script in different url that will download a large file, so I don't want to wait for the file to finish loading. Anyone has any idea?
Thank you!