php print r
Php print r
변수에 내용을 화면에 출력하는 경우입니다.
echo
"<pre>"
print_r
(
$a
)
;
echo
"</pre>"
;