2013年11月14日 星期四

php 取得 Cookie 並讀入陣列


<?php

if(strstr($http_header,"Set-Cookie:"))  
            {  
                list($coo,$cookiestring)=explode(" ",$http_header);
                $cookies[] = $cookiestring;
            }

?>

沒有留言:

張貼留言