If you want to save the structured variable info of $variable1 into the string $string: Code: ob_start(); var_dump($variable1); $string ...
確定! 回上一頁