Albert 網路筆記
2013年11月14日 星期四
php 取得 Cookie 並讀入陣列
<?php
if(strstr($http_header,"Set-Cookie:"))
{
list($coo,$cookiestring)=explode(" ",$http_header);
$cookies[] = $cookiestring;
}
?>
沒有留言:
張貼留言
較新的文章
較舊的文章
首頁
訂閱:
張貼留言 (Atom)
沒有留言:
張貼留言