sun's longitude:242 28 4.40 
· 자유게시판 · 묻고답하기 · 알파문서 · RPMS list
· 사용자문서 · 팁/FAQ모음 · 리눅스Links · 자료실
· 서버정보 · 운영자 · Books/FAQ · FreeBSD
/board/read.php:소스보기  
알파문서
자주 잊어먹거나, 메모해 둘 필요성이 있는 팁이나 문서, 기타 등등
[*** 쓰기 금지단어 패턴 ***]
글 본문 중간에 업로드할 이미지를 추가하는 방법 : @@이미지이름@@
ex) @@foo.gif@@
302 번 글: [php] decode chunked
글쓴이: 산이 [홈페이지] 글쓴날: 2013년 12월 20일 07:06:48 금(오전) 조회: 1756
한글사랑한글사랑


## http://stackoverflow.com/questions/10793017/how-to-easily-decode-htt
p-chunked-encoded-string-when-making-raw-http-request
##
function decode_chunked($str)
{
  for ($res = ''; !empty($str); $str = trim($str))
  {
    $pos = strpos($str, "\r\n");
    $len = hexdec(substr($str, 0, $pos));
    $res.= substr($str, $pos + 2, $len);
    $str = substr($str, $pos + 2 + $len);
  }
  return $res;
}

 
이전글 : [키보드] 기계식 키보드(축)
다음글 : [mysql] 5.5 variables 정리  
 from 106.240.239.66
JS(Redhands)Board 0.4 +@

|글쓰기| |답장쓰기| |수정| |삭제|
|이전글| |다음글| |목록보기|
인쇄용 

apache lighttpd linuxchannel.net 
Copyright 1997-2024. linuxchannel.net. All rights reserved.

Page loading: 0.01(server) + (network) + (browser) seconds