dshun123456 2017-11-17 18:23
浏览 42
已采纳

这个特定的StrPos如何在PHP中运行?

I have the following code. I'm wondering if it's working like I think it is:

//Gift Card Redemption
        if(strpos($_order->getDiscountDescription(), 'Gift Card') !== false){
                $order .= 'RGC1*1*'.$_order->getDiscountDescription().'*****';
                $order .= "
";
        }  

How I think it works: look for 'Gift Card' in $_order->getDiscountDescription(), and if it's not false, do something. I don't follow what that something is, though. Any ideas on that?

  • 写回答

1条回答 默认 最新

  • dongshen4129 2017-11-17 18:31
    关注

    This basically checks to see if the string literal 'Gift Card' is contained in the string returned by $_order->getDiscountDescription() (i.e. presuming it returns a string...). The use of the operator !== and operand false is used because the position might be 0, meaning the start of the string. Refer to the warning on the documentation for strpos():

    Warning This function may return Boolean FALSE, but may also return a non-Boolean value which evaluates to FALSE. Please read the section on Booleans for more information. Use the === operator for testing the return value of this function.

    When that condition is true (i.e. the order description contains 'Gift Card') then the variable $order gets appended with the string literal RGC1*1* followed by the return value from the call to $_order->getDiscountDescription(), 5 asterisk characters, a carriage return character (i.e. ) and a new line character (i.e. ).

    本回答被题主选为最佳回答 , 对您是否有帮助呢?
    评论

报告相同问题?

悬赏问题

  • ¥15 phython如何实现以下功能?查找同一用户名的消费金额合并—
  • ¥15 孟德尔随机化怎样画共定位分析图
  • ¥18 模拟电路问题解答有偿速度
  • ¥15 CST仿真别人的模型结果仿真结果S参数完全不对
  • ¥15 误删注册表文件致win10无法开启
  • ¥15 请问在阿里云服务器中怎么利用数据库制作网站
  • ¥60 ESP32怎么烧录自启动程序
  • ¥50 html2canvas超出滚动条不显示
  • ¥15 java业务性能问题求解(sql,业务设计相关)
  • ¥15 52810 尾椎c三个a 写蓝牙地址