Guest User

Untitled

a guest
Jan 24th, 2018
92
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.18 KB | None | 0 0
  1. // ...[curl code]...
  2. $info = curl_getinfo($ch);
  3. curl_close($ch);
  4. $header = substr($response, 0, $info['header_size']);
  5. $body = substr($response, -$info['download_content_length']);
Add Comment
Please, Sign In to add comment