Home > Backend Development > PHP Tutorial > PHP 字体修改的有关问题

PHP 字体修改的有关问题

WBOY
Release: 2016-06-13 10:23:54
Original
1019 people have browsed it

PHP 字体修改的问题
PHP 输出提示错误信息时,比如

Parse error: syntax error, unexpected T_STRING in

这个错误信息的字体怎么修改??? 比如想把字体改小点等等

------解决方案--------------------
打开php.ini 找到error_prepend_string、error_append_string
懂点css就知道怎么改了
------解决方案--------------------
#1 不是已经跟你讲了要用 css 吗?

error_prepend_string = ""
error_append_string = "
"
------解决方案--------------------
wamp里面有两个php.ini,一个在apache下面,一个在php下面,你到wamp的bin目录下找找,都改一下试试

Related labels:
source:php.cn
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template