dpnhp20440 2012-03-29 11:54
浏览 117
已采纳

imagettftext \ 换行拼图

in PHP imagettftext, should I be able to make line breaks with " " in a string like this?

// The text to draw
$text = 'Something
Else';

When I try this, the text outputted reads "Something\ Else" with 2 back slashes before the n.

This does not result in a line-break.

Firstly, SHOULD a single slash n make a line break ( )?
Secondly, How do i get it to work?

Thanks

  • 写回答

1条回答 默认 最新

  • doutuo6048 2012-03-29 11:58
    关注

    is a line break only when the string is delimited with double quotes.

    echo 'Something
    Else';  // outputs Something
    Else
    echo "Something
    Else";  // outputs Something
                             //         Else
    
    本回答被题主选为最佳回答 , 对您是否有帮助呢?
    评论

报告相同问题?

悬赏问题

  • ¥15 如何使用simulink建立一个永磁同步直线电机模型?
  • ¥30 天体光谱图的的绘制并得到星表
  • ¥15 PointNet++的onnx模型只能使用一次
  • ¥20 西南科技大学数字信号处理
  • ¥15 有两个非常“自以为是”烦人的问题急期待大家解决!
  • ¥30 STM32 INMP441无法读取数据
  • ¥15 R语言绘制密度图,一个密度曲线内fill不同颜色如何实现
  • ¥100 求汇川机器人IRCB300控制器和示教器同版本升级固件文件升级包
  • ¥15 用visualstudio2022创建vue项目后无法启动
  • ¥15 x趋于0时tanx-sinx极限可以拆开算吗