PHP Curl get HTTP code, not whole document
Posted
by Hintswen
on Stack Overflow
See other posts from Stack Overflow
or by Hintswen
Published on 2010-04-15T10:58:11Z
Indexed on
2010/04/15
11:23 UTC
Read the original article
Hit count: 311
I'm using curl in PHP to check the HTTP code when requesting some files, I'm trying to make my speed run faster so I'm wondering is there a way to make it get the HTTP code without actually getting the web page from the remote host
© Stack Overflow or respective owner