Make var_dump look pretty

后端 未结 14 2489
忘掉有多难
忘掉有多难 2020-12-02 04:23

I have a simple $_GET[] query var set for showing testing data when pulling down queries from the DB.


  <         


        
14条回答
  •  萌比男神i
    2020-12-02 04:47

    You could use this one debugVar() instead of var_dump()

    Check out: https://github.com/E1NSER/php-debug-function

提交回复
热议问题