Author: 31jeak
• 星期四, 十一月 02nd, 2006

var_export()    和     print_r()    兩個function 可以把陣列內容列出來.

譬如說:

var_export($_COOKIE);  // $_COOKIE是現在這個 Browser 所含有的 Cookie. 是一個陣列.

print_r($_COOKIE)   

作個小筆記 :p

Category: PHP小筆記
You can follow any responses to this entry through the RSS 2.0 feed. You can leave a response, or trackback from your own site.
Leave a Reply