Answers for "prettie print php"

PHP
4

php pretty print

print("<pre>".print_r($array_data,true)."</pre>");
Posted by: Guest on June-04-2020
1

prettier with php

{
  "devDependencies": {
    "@prettier/plugin-php": "0.14.3",
    "prettier": "2.0.5"
  }
}
Posted by: Guest on January-09-2021

Browse Popular Code Answers by Language