dongtaogu8510 2014-08-23 22:58
浏览 61
已采纳

PHP脚本在蜂窝连接的输出结尾处有额外的0

I have a very simple PHP script as follows:

<?php

    echo "$$";

?>

On wifi or wired connections, the output is normal, as follows:

$$

But on my cellular connection (which is LTE on AT&T), the output is:

$$0

What's up with the zero in the output?

The issue only seems to happen on AT&T network, I tried on Verizon network and it was working.

  • 写回答

1条回答 默认 最新

  • douhua1890 2014-08-24 07:09
    关注

    Adding this line of code solved the problem:

    header('Content-Type: text/plain; charset=utf-8');
    
    本回答被题主选为最佳回答 , 对您是否有帮助呢?
    评论

报告相同问题?

悬赏问题

  • ¥15 (需要远程,AI不回)VB6二进制文件转换成功,但是C#转换总是失败
  • ¥15 关于#matlab#的问题:有没有什么其他办法能够保证不退出进程(相关搜索:matlab调用)
  • ¥15 依据报错在原代吗格式的基础上解决问题
  • ¥15 在虚拟机中安装flash code
  • ¥15 单片机stm32f10x编写光敏电阻调节3.3伏大功率灯亮度(光强越大灯越暗,白天正常光强灯不亮,使用ADC,PWM等模块)望各位找一下错误或者提供一个可实现功能的代码
  • ¥20 verilog状态机方法流水灯
  • ¥15 pandas代码实现不了意图
  • ¥15 GD32H7 从存储器到外设SPI传输数据无法重复启用DMA
  • ¥25 LT码在高斯信道下的误码率仿真
  • ¥45 渲染完成之后将物体的材质贴图改变,自动化进行这个操作