56游戏网 - 努力做内容最丰富最安全的下载站!

56游戏网

当前位置:56游戏 > 源码技巧 > 父类数据 > php价格格式化函数

php价格格式化函数

发表时间:2015-05-29 10:57:56作者:sa人气:更新时间:2026-02-18 19:53:09

/**

* 价格格式化

*

* @param int $price

* @return string $price_format

*/

function ncPriceFormat($price) {

$price_format = number_format($price,2,'.','');

return $price_format;

}

 

标签php,价格,格式化,函数,价格,格式化,@param,in

相关下载

查看所有评论+

网友评论

网友
您的评论需要经过审核才能显示

公众号