Store print_r result into a variable as a string or text December 2, 2022 by Tarik $var = print_r($what, true); You must add true into print_r.