dqteh7347 2015-07-20 10:27 采纳率: 100%
浏览 41
已采纳

如何将长字符串拆分为多行?

I am estimating the value of Pi and as everyone knows it doesn't have an end. But I want to print my estimate to say, 100 significant figures.

My problem is that when I print it it just pushes out the edge of my webpage. It's being printed within a <div> and also ignores the edge of it.

I don't have access to the value as it is being constantly updated so I can't just add some .

Can I make it drop to a new line when required?

  • 写回答

2条回答 默认 最新

  • doucuan5365 2015-07-20 10:30
    关注

    You are probably looking for wordwrap(). Just say after how many characters you want to break it with a string, e.g.

    $pi = "3.14159265358979323846264338327950288419716939";
    echo wordwrap($pi, 10, "<br>", TRUE); 
    

    output:

    3.14159265
    3589793238
    4626433832
    7950288419
    716939
    
    本回答被题主选为最佳回答 , 对您是否有帮助呢?
    评论
查看更多回答(1条)

报告相同问题?

悬赏问题

  • ¥60 pb数据库修改或者求完整pb库存系统,需为pb自带数据库
  • ¥15 spss统计中二分类变量和有序变量的相关性分析可以用kendall相关分析吗?
  • ¥15 拟通过pc下指令到安卓系统,如果追求响应速度,尽可能无延迟,是不是用安卓模拟器会优于实体的安卓手机?如果是,可以快多少毫秒?
  • ¥20 神经网络Sequential name=sequential, built=False
  • ¥16 Qphython 用xlrd读取excel报错
  • ¥15 单片机学习顺序问题!!
  • ¥15 ikuai客户端多拨vpn,重启总是有个别重拨不上
  • ¥20 关于#anlogic#sdram#的问题,如何解决?(关键词-performance)
  • ¥15 相敏解调 matlab
  • ¥15 求lingo代码和思路