<tfoot id='DfCB3'></tfoot>

    <i id='DfCB3'><tr id='DfCB3'><dt id='DfCB3'><q id='DfCB3'><span id='DfCB3'><b id='DfCB3'><form id='DfCB3'><ins id='DfCB3'></ins><ul id='DfCB3'></ul><sub id='DfCB3'></sub></form><legend id='DfCB3'></legend><bdo id='DfCB3'><pre id='DfCB3'><center id='DfCB3'></center></pre></bdo></b><th id='DfCB3'></th></span></q></dt></tr></i><div id='DfCB3'><tfoot id='DfCB3'></tfoot><dl id='DfCB3'><fieldset id='DfCB3'></fieldset></dl></div>
  • <small id='DfCB3'></small><noframes id='DfCB3'>

    <legend id='DfCB3'><style id='DfCB3'><dir id='DfCB3'><q id='DfCB3'></q></dir></style></legend>
    • <bdo id='DfCB3'></bdo><ul id='DfCB3'></ul>

        PHP 字符串浮动

        时间:2023-07-15
            <tbody id='KQGnw'></tbody>
          <legend id='KQGnw'><style id='KQGnw'><dir id='KQGnw'><q id='KQGnw'></q></dir></style></legend>

          <tfoot id='KQGnw'></tfoot>
          • <bdo id='KQGnw'></bdo><ul id='KQGnw'></ul>

                  <small id='KQGnw'></small><noframes id='KQGnw'>

                  <i id='KQGnw'><tr id='KQGnw'><dt id='KQGnw'><q id='KQGnw'><span id='KQGnw'><b id='KQGnw'><form id='KQGnw'><ins id='KQGnw'></ins><ul id='KQGnw'></ul><sub id='KQGnw'></sub></form><legend id='KQGnw'></legend><bdo id='KQGnw'><pre id='KQGnw'><center id='KQGnw'></center></pre></bdo></b><th id='KQGnw'></th></span></q></dt></tr></i><div id='KQGnw'><tfoot id='KQGnw'></tfoot><dl id='KQGnw'><fieldset id='KQGnw'></fieldset></dl></div>
                  本文介绍了PHP 字符串浮动的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着跟版网的小编来一起学习吧!

                  问题描述

                  我根本不熟悉 PHP,有一个简单的问题.

                  I am not familiar with PHP at all and had a quick question.

                  我有 2 个变量 pricePerUnitInvoicedUnits.这是将这些设置为值的代码:

                  I have 2 variables pricePerUnit and InvoicedUnits. Here's the code that is setting these to values:

                  $InvoicedUnits = ((string) $InvoiceLineItem->InvoicedUnits);
                  $pricePerUnit = ((string) $InvoiceLineItem->PricePerUnit);
                  

                  如果我输出这个,我会得到正确的值.让我们说 5000 个发票单位和 1.00 的价格.

                  If I output this, I get the correct values. Lets say 5000 invoiced units and 1.00 for price.

                  现在,我需要显示花费的总金额.当我将这两个相乘时它不起作用(正如预期的那样,这些是字符串).

                  Now, I need to show the total amount spent. When I multiply these two together it doesn't work (as expected, these are strings).

                  但我不知道如何在 PHP 中解析/转换/转换变量.

                  But I have no clue how to parse/cast/convert variables in PHP.

                  我该怎么办?

                  推荐答案

                  $rootbeer = (float) $InvoicedUnits;
                  

                  应该为你做.查看Type-Juggling.您还应该阅读字符串转换为数字.

                  Should do it for you. Check out Type-Juggling. You should also read String conversion to Numbers.

                  这篇关于PHP 字符串浮动的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持跟版网!

                  上一篇:如何将字符串转换为布尔值 php 下一篇:用户定义对象的类型转换

                  相关文章

                • <i id='uGXlP'><tr id='uGXlP'><dt id='uGXlP'><q id='uGXlP'><span id='uGXlP'><b id='uGXlP'><form id='uGXlP'><ins id='uGXlP'></ins><ul id='uGXlP'></ul><sub id='uGXlP'></sub></form><legend id='uGXlP'></legend><bdo id='uGXlP'><pre id='uGXlP'><center id='uGXlP'></center></pre></bdo></b><th id='uGXlP'></th></span></q></dt></tr></i><div id='uGXlP'><tfoot id='uGXlP'></tfoot><dl id='uGXlP'><fieldset id='uGXlP'></fieldset></dl></div>

                    <small id='uGXlP'></small><noframes id='uGXlP'>

                    • <bdo id='uGXlP'></bdo><ul id='uGXlP'></ul>
                  1. <tfoot id='uGXlP'></tfoot>

                    1. <legend id='uGXlP'><style id='uGXlP'><dir id='uGXlP'><q id='uGXlP'></q></dir></style></legend>