位置: 编程技术 - 正文

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字符串函数有哪些)

  • 运输合同印花税税率
  • 电子税务局实名核验失败怎么回事啊
  • 单位买了一批空调怎么办
  • 缴纳的增值税如何申请退税
  • 社保基数变更上限怎么办
  • 年终奖是否列入社保基数
  • 外包和离岸外包一样吗
  • 预算管理如何做好管理会计这一工作
  • 有形动产租赁简易征收适用哪些业务
  • 员工借款怎么入账
  • 递延收益摊销包含哪些
  • 个税负数怎么做账
  • 增值税扣税凭证包括增值税专用发票
  • 技术服务税票
  • 办公室购买绿植违规吗
  • 独立核算分公司可以享受小型微利企业优惠吗
  • 增值税税额转出申报怎么填写
  • 食堂费用没有发票能挂账吗
  • 企业短期投资交增值税吗
  • 房租付款和发票有关系吗
  • 所得税汇算清缴补税的会计处理
  • 金蝶核算项目明细表
  • win11家庭版怎么激活
  • win7无法使用管理员权限
  • 关闭guest账户
  • 借条的标准格式 手写学生
  • 如何给电脑文件加密并设置密码
  • macOS 11 Big Sur beta 4值得升级吗?macOS 11 Big Sur beta 4更新详解
  • 协调费用应该怎么表述才合理
  • php sql 教程
  • 增值税返还政策
  • 小规模年底税金怎么做账
  • 得了遗尿症应该怎么办
  • 安个小窝
  • cjzc框架
  • 原生js实现promise
  • 先收票后收货
  • php连接数据库mysql做登录页
  • thinkphp原理及优缺点
  • 财务f/p是什么意思的缩写
  • 固定资产一次性扣除如何做账
  • 返利开红字发票怎么做账
  • 主营业务收入未收到钱
  • python缩进有什么作用
  • 企业税收风险因素分析
  • 小规模纳税人开票限额是多少
  • 企业按行业划分可划分为哪些
  • 单位销售收入不包括哪些
  • sql server2000中事务的类型有
  • 土地承包费摊销当月摊销吗
  • 退回的保证金多了一点怎么做分录
  • 外贸出口退税政策
  • 开具的发票是否为印花税的应税凭证?
  • 退资本金现金流量表走哪一项
  • winx64下mysql5.7.19的基本安装流程(详细)
  • macbookpro蓝牙找不到
  • centos云服务器
  • freebsd安装手动分区
  • windows远程连接是什么协议
  • win8系统怎么打开我的电脑
  • centos7yum安装
  • WIN7系统怎么安装 注音输入法
  • linux 查找语句
  • sendmail端口
  • extjs form textfield的隐藏方法
  • jquery邮箱正则表达式
  • jqueryon事件
  • nodejs全栈前景
  • python输出unicode编码
  • jQuery中trigger()与bind()用法分析
  • 15个常用的excel函数公式
  • 自定义progressbar
  • python获取entry里输入的值
  • python操作数据库语句
  • 简述python语言
  • python爬虫程序下载网页上内容
  • 上海自贸区税务大厅地址
  • 采购设备税率多少
  • 深圳税务局官方客服电话
  • 江苏电子税务电子发票怎么作废
  • 免责声明:网站部分图片文字素材来源于网络,如有侵权,请及时告知,我们会第一时间删除,谢谢! 邮箱:opceo@qq.com

    鄂ICP备2023003026号

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

    友情链接: 武汉网站建设