位置: 编程技术 - 正文

PHP字符串函数money_format()的用法(php字符串函数有哪些)

编辑:rootadmin
money_format

推荐整理分享PHP字符串函数money_format()的用法(php字符串函数有哪些),希望有所帮助,仅作参考,欢迎阅读内容。

文章相关热门搜索词:php字符串型数据的定义方式,php字符串定义的三种方式,php 字符串函数,php字符串定义的三种方式,php 字符串函数,php 字符串函数,php字符串定义的三种方式,php字符串型数据的定义方式,内容如对您有帮助,希望把文章链接给更多的朋友!

(PHP 4 >= 4.3.0, PHP 5)

money_format — Formats a number as a currency string

说明 string money_format ( string $format , float $number )

money_format() returns a formatted version of number. This function wraps the C library function strfmon(), with the difference that this implementation converts only one number at a time.

参数

format

The format specification consists of the following sequence:

a % character

optional flags

optional field width

optional left precision

optional right precision

a required conversion character

Flags

One or more of the optional flags below can be used:=f

The character = followed by a (single byte) character f to be used as the numeric fill character. The default fill character is space.

^

Disable the use of grouping characters (as defined by the current locale).

+ or (

Specify the formatting style for positive and negative numbers. If + is used, the locale&#;s equivalent for + and - will be used. If ( is used, negative amounts are enclosed in parenthesis. If no specification is given, the default is +.

!

Suppress the currency symbol from the output string.

-

If present, it will make all fields left-justified (padded to the right), as opposed to the default which is for the fields to be right-justified (padded to the left).

Field width

w

A decimal digit string specifying a minimum field width. Field will be right-justified unless the flag - is used. Default value is 0 (zero).

PHP字符串函数money_format()的用法(php字符串函数有哪些)

Left precision

#n

The maximum number of digits (n) expected to the left of the decimal character (e.g. the decimal point). It is used usually to keep formatted output aligned in the same columns, using the fill character if the number of digits is less than n. If the number of actual digits is bigger than n, then this specification is ignored.

If grouping has not been suppressed using the ^ flag, grouping separators will be inserted before the fill characters (if any) are added. Grouping separators will not be applied to fill characters, even if the fill character is a digit.

To ensure alignment, any characters appearing before or after the number in the formatted output such as currency or sign symbols are padded as necessary with space characters to make their positive and negative formats an equal length.

Right precision

.p

A period followed by the number of digits (p) after the decimal character. If the value of p is 0 (zero), the decimal character and the digits to its right will be omitted. If no right precision is included, the default will dictated by the current local in use. The amount being formatted is rounded to the specified number of digits prior to formatting.

Conversion characters

i

The number is formatted according to the locale&#;s international currency format (e.g. for the USA locale: USD 1,.).

n

The number is formatted according to the locale&#;s national currency format (e.g. for the de_DE locale: EU1.,).

%

Returns the % character.

number

The number to be formatted.

返回值

Returns the formatted string. Characters before and after the formatting string will be returned unchanged. Non-numeric number causes returning NULL and emitting E_WARNING.

注释

Note:

The function money_format() is only defined if the system has strfmon capabilities. For example, Windows does not, so money_format() is undefined in Windows.

Note:

The LC_MONETARY category of the locale settings, affects the behavior of this function. Use setlocale() to set to the appropriate default locale before using this function.

范例

Example #1 money_format() Example

We will use different locales and format specifications to illustrate the use of this function.

<?php$number=.;//let'sprinttheinternationalformatfortheen_USlocalesetlocale(LC_MONETARY,'en_US');echomoney_format('%i',$number)."n";//USD1,.//Italiannationalformatwith2decimals`setlocale(LC_MONETARY,'it_IT');echomoney_format('%.2n',$number)."n";//Eu1.,//Usinganegativenumber$number=-.;//USnationalformat,using()fornegativenumbers//anddigitsforleftprecisionsetlocale(LC_MONETARY,'en_US');echomoney_format('%(#n',$number)."n";//($1,.)//Similarformatasabove,addingtheuseof2digitsofright//precisionand'*'asafillcharacterechomoney_format('%=*(#.2n',$number)."n";//($********1,.)//Let'sjustifytotheleft,withpositionsofwidth,8digitsof//leftprecision,2ofrightprecision,withouthgroupingcharacter//andusingtheinternationalformatforthede_DElocale.setlocale(LC_MONETARY,'de_DE');echomoney_format('%=*^-#8.2i',.)."n";//Eu,****//Let'saddsomeblurbbeforeandaftertheconversionspecificationsetlocale(LC_MONETARY,'en_GB');$fmt='Thefinalvalueis%i(aftera%%discount)';echomoney_format($fmt,.)."n";//ThefinalvalueisGBP1,.(aftera%discount)?>

参见

setlocale() - Set locale information sscanf() - 根据指定格式解析输入的字符 sprintf() - Return a formatted string printf() - 输出格式化字符串 number_format() - 以千位分隔符方式格式化一个数字

PHP字符串函数nl2br()的用法 nl2br(PHP4,PHP5)nl2br在字符串所有新行之前插入HTML换行标记说明stringnl2br(string$string[,bool$is_xhtml=true])在字符串string所有新行之前插入br/或br,并返回。参数str

PHP字符串函数nl_langinfo()的用法 nl_langinfo(PHP4=4.1.0,PHP5)nl_langinfoQuerylanguageandlocaleinformation说明stringnl_langinfo(int$item)nl_langinfo()isusedtoaccessindividualelementsofthelocalecategories.Unlikelocaleconv(),whichretu

PHP字符串函数metaphone()的用法 metaphone(PHP4,PHP5)metaphoneCalculatethemetaphonekeyofastring说明stringmetaphone(string$str[,int$phonemes=0])Calculatesthemetaphonekeyofstr.Similartosoundex()metaphonecreatesthesamekeyforsimilarsou

标签: php字符串函数有哪些

本文链接地址:https://www.jiuchutong.com/biancheng/278852.html 转载请保留说明!

上一篇:PHP字符串函数ord()的用法(php字符串函数大全)

下一篇:PHP字符串函数nl2br()的用法(php字符串函数有哪些)

  • 车辆使用费属于什么税收分类
  • 现金流量表现金流量项目明细分类
  • 增值税普通发票有什么用
  • 企业减少注册资金需要缴税吗
  • 公司一般户需要年检吗
  • 应纳税额与应纳税额差额
  • 所有者投入的普通股会计分录
  • 营改增后房地产企业增值税税收筹划存在问题
  • 过期的食品退回去厂里怎么处理
  • 个税多交了怎么退税
  • 建安税由谁承担
  • 增值税专用发票抵扣最新规定
  • 免征企业所得税的有哪些行业
  • 城建税按实际缴纳增值税
  • 职工教育经费能抵扣进项税
  • 境内企业技术转让 增值税
  • 月销售额小于10万的一般纳税人减免
  • 小规模纳税人跨月冲红退税
  • 营业成本包括哪些会计科目
  • 公积金超出上限部分
  • 收到快递关税做什么科目
  • 本期预收的货款属于
  • 归还法人前期垫付款项
  • 企业年会的费用会计分录
  • 怎么快速关闭电脑屏幕快捷键
  • 贴现到期不获付款
  • 应交增值税的结转
  • win11安卓子系统在哪打开
  • PHP mysql_result()函数使用方法
  • win10网页打不开但是有网
  • 不征税收入有哪些条件
  • 违约金没有写按什么算
  • PHP:pg_client_encoding()的用法_PostgreSQL函数
  • 冷漠的渡鸦们,美国阿拉斯加州 (© Brian Browitt Photo/Adobe Stock)
  • 巨浪向我冲来改为拟人句
  • 秋日里通往卢浮宫的杜乐丽花园,法国巴黎 (© Brian A. Jackson/Getty Images Plus)
  • vue-router
  • 怎么算土地增值税
  • 购买财务软件报什么科目
  • 为公司垫付费用,怎么要回
  • 参展费会计分录
  • phpsession和cookie
  • 计算机视觉的应用
  • chat top
  • bg命令 将作业放到后台运行
  • 超市账目月底怎么核算
  • 交税务局的工会经费现金流
  • 财政拨入的科技费是什么
  • js方案
  • python中排序
  • mongodb怎么复制粘贴
  • python dup函数
  • 垃圾袋发票税收分类编码
  • 其他应收款是如何核算的
  • 小规模季度交税分录怎么做
  • sql server简单查询
  • 本年利润期末需要结转吗
  • 所得税汇算清缴调整后要账务处理吗
  • 增值税期末留抵退税附加税退还吗
  • 材料采购和原材料和在途物资的区别
  • 购车买的保险分别是什么
  • 建筑公司脚手架租赁费会计分录
  • 公司给别人公司过账应该注意哪些
  • 暂估出库需要确认收入吗
  • 结构性存款怎么计算收益
  • 购买服装费用计入什么科目
  • centos更新yum update
  • linux怎么查看
  • win8怎么恢复出厂设置找不到恢复环境
  • nodejs邮件
  • java jsonstring
  • python多线程异常后所有线程均不往下执行
  • jquery 获取滚动距离
  • javascript基本语句
  • js做运算
  • android studio 安装步骤
  • 新办企业没有员工要报个人所得税吗
  • 亏损企业能否给补偿
  • 未办理税务登记取得专票抵扣
  • 全国税务稽查会议
  • 免责声明:网站部分图片文字素材来源于网络,如有侵权,请及时告知,我们会第一时间删除,谢谢! 邮箱:opceo@qq.com

    鄂ICP备2023003026号

    网站地图: 企业信息 工商信息 财税知识 网络常识 编程技术

    友情链接: 武汉网站建设