The solution to the problem of incomplete php printing and garbled characters is to add "xdebug.var_display_max_children=128..." to the xdebug node in php.ini.
The operating environment of this article: windows7 system, PHP7.1 version, DELL G3 computer
What should I do if php printing is incomplete and garbled?
php var_dump prints incompletely and the Chinese characters are garbled. Solution
Solution:
In the xdebug node in php.ini, add the following configuration:
# ’ s to ## ’s ’ ’s ’ ’s ’ ’ s ’ ’ s ’ ‐ ‐ ‐ ‐ to ##PHP video tutorial
》
The above is the detailed content of What should I do if php printing is incomplete and garbled?. For more information, please follow other related articles on the PHP Chinese website!