Jiansen Lu Code Logger
Code debugger and logger from Jiansen Lu
Pages
Home
My computing blog
My YouTube Channel
IT jobs in Vancouver
Programmer job logger in Vancouver
Adsense
Popular Posts
MySQL workbench -"Could not decrypt password cache"
Install APXS in Redhat Linux
react-pdf, display pdf in react.js
Transfer modules between sites
JavaScript, remove trailing insignificant zeros after toFixed function
Set Windows path command line
datatable order by nunmeric
MySQL date created and date modified
DataTable table order by numeric, not by text
mod_auth_cas.so error: undefined symbol: SSL_connect
Tuesday, September 23, 2014
PHP, dump varailbes in a format way
var_dump function in PHP dumps the variable in un-formatted way.
To dump variable $var in a formatted manner in PHP:
echo
"<pre>"
;
var_dump
(
$var
);
echo
"</pre>"
;
No comments:
Post a Comment
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment