Friday, March 19, 2010

[PHP] debug

倒出變數的function

var_dump($var)
var_export($var)   字串為php code
print_r($var)

No comments: