Answers for "can i put the value of print r in variable php?"

PHP
0

php put print_r into variable

// When the second parameter is set to TRUE
// print_r() will return the information rather than print it
$var_info = print_r($var,true);
Posted by: Guest on February-09-2021

Code answers related to "can i put the value of print r in variable php?"

Browse Popular Code Answers by Language