douxian9943 2011-10-31 16:34
浏览 58
已采纳

PHP如何检查第一个字符是否为£,如果是,则将其删除

How exactly do I check of the first character in $value is £ and then remove it if is?

Even better would be to check if it is not a number and then remove it.

My current code:

echo '<dl style="margin-bottom: 1em;">';

foreach ($row as $key => $value)
{
    echo "<dt>$key</dt><dd>$value</dd>";
}

echo '</dl>';
  • 写回答

8条回答 默认 最新

  • dpjr86761 2011-10-31 16:37
    关注

    You know there's a function for that? http://php.net/manual/en/function.str-replace.php

    str_replace('£', '', $value);
    

    or of course

    ltrim($value, '£')
    

    if you only want to get rid of the first character

    Also: http://php.net/manual/en/function.is-numeric.php

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

报告相同问题?

悬赏问题

  • ¥15 图像信息库的建立与识别
  • ¥15 韩国网站购物,KG支付的支付回调如何解决
  • ¥15 workstation导入ovf文件,报错,怎么解决呢?
  • ¥15 关于#c语言#的问题:构成555单稳态触发器,采用LED指示灯延时时间,对延时时间进行测量并显示(如楼道声控延时灯)需要Proteus仿真图和C语言代码
  • ¥15 workstation加载centos进入emergency模式,查看日志报警如图,怎样解决呢?
  • ¥50 如何用单纯形法寻优不能精准找不到给定的参数,并联机构误差识别,给定误差有7个?matlab
  • ¥15 workstation加载centos进入emergency模式,查看日志报警如图,没有XFS,怎样解决呢?
  • ¥15 应用商店如何检测在架应用内容是否违规?
  • ¥15 Ubuntu系统配置PX4
  • ¥50 nw.js调用activex