<small>string</small> <font color='#cc0000'>'D:\workspace\p'</font> <i>(length=44)</i> <br>
<small>boolean</small> <font color='#75507b'>true</font> <br>
<small>boolean</small> <font color='#75507b'>true</font> <br>
<small>boolean</small> <font color='#75507b'>false</font> <br>
<small>boolean</small> <font color='#75507b'>true</font> <br>
回复讨论(解决方案)
说说你遇到了什么
说说你遇到了什么
就是用var_dump 打印函数的的返回值(bool值)然后出现如上的情况,抱歉!没说清楚
输出了你写的整段话,还是true这里边的true值?
不是很正常吗?
var_dump输出的时候好像会自动加
<p class="sougouAnswer"> 目测 应该是你正在使用xdebug var_dump 会自动的帮你加上样式显示. </p><p class="sougouAnswer"> </p><p class="yy"> 目测 应该是你正在使用xdebug var_dump 会自动的帮你加上样式显示. </p><p>我想起来,应该是我开启了xdebug调试功能 </p><div class="aritcle_card flexRow">
<div class="artcardd flexRow">
<a class="aritcle_card_img" href="/xiazai/code/11233" title="点卡销卡源码"><img
src="https://img.php.cn/upload/webcode/000/000/002/176542560710543.png" alt="点卡销卡源码" onerror="this.onerror='';this.src='/static/lhimages/moren/morentu.png'" ></a>
<div class="aritcle_card_info flexColumn">
<a href="/xiazai/code/11233" title="点卡销卡源码">点卡销卡源码</a>
<p>点卡销卡源码是一个以php+MySQL进行开发的点卡回收平台源码。软件必须使用宝塔面板进行搭建,否则有可能会出现无法安装的问题。</p>
</div>
<a href="/xiazai/code/11233" title="点卡销卡源码" class="aritcle_card_btn flexRow flexcenter"><b></b><span>下载</span> </a>
</div>
</div><p class="sougouAnswer"> 谢谢各位,关闭php.ini 中的xdebug调试选项就OK了 </p>










