Answers for "php json pretty print and slash"

PHP
0

php json pretty print and slash

$v = json_encode($arr, JSON_PRETTY_PRINT | JSON_UNESCAPED_SLASHES);
Posted by: Guest on September-04-2021

Browse Popular Code Answers by Language