快速提问。我知道PHP会在运行时进行类型转换 - 如果它们有意义,则字符串转换为整数等。但是,从数据库中提取这些值后,它们会错误地加起来。我知道那里有数据类型的混合,但我认为它会解决并添加它们。在页面的最终输出中的总数,我将我需要它的number_format函数应用到2个位置。
任何帮助都像往常一样非常感激。
["haulage_cost"]=>
string(29) 35.00"
["freight"]=>
float(15.432098765432)
["BAF"]=>
int(0)
["THC"]=>
float(15)
["docs"]=>
string(5) "25.00"
["customs"]=>
string(5) "35.00"
["security"]=>
string(4) "6.50"
["COO"]=>
string(5) "50.00"
["HAZ"]=>
int(0)
["AMS"]=>
int(0)
["DTHC"]=>
int(0)
["total"]=>
float(146.93209876543)
}