位置: 编程技术 - 正文

PHP字符串函数nl_langinfo()的用法(php字符串定义)

编辑:rootadmin
nl_langinfo

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

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

(PHP 4 >= 4.1.0, PHP 5)

nl_langinfo — Query language and locale information

说明 string nl_langinfo ( int $item )

nl_langinfo() is used to access individual elements of the locale categories. Unlike localeconv(), which returns all of the elements, nl_langinfo() allows you to select any specific element.

参数 PHP字符串函数nl_langinfo()的用法(php字符串定义)

item

item may be an integer value of the element or the constant name of the element. The following is a list of constant names for item that may be used and their description. Some of these constants may not be defined or hold no value for certain locales. nl_langinfo Constants Constant Description LC_TIME Category Constants ABDAY_(1-7) Abbreviated name of n-th day of the week. DAY_(1-7) Name of the n-th day of the week (DAY_1 = Sunday). ABMON_(1-) Abbreviated name of the n-th month of the year. MON_(1-) Name of the n-th month of the year. AM_STR String for Ante meridian. PM_STR String for Post meridian. D_T_FMT String that can be used as the format string for strftime() to represent time and date. D_FMT String that can be used as the format string for strftime() to represent date. T_FMT String that can be used as the format string for strftime() to represent time. T_FMT_AMPM String that can be used as the format string for strftime() to represent time in -hour format with ante/post meridian. ERA Alternate era. ERA_YEAR Year in alternate era format. ERA_D_T_FMT Date and time in alternate era format (string can be used in strftime()). ERA_D_FMT Date in alternate era format (string can be used in strftime()). ERA_T_FMT Time in alternate era format (string can be used in strftime()). LC_MONETARY Category Constants INT_CURR_SYMBOL International currency symbol. CURRENCY_SYMBOL Local currency symbol. CRNCYSTR Same value as CURRENCY_SYMBOL. MON_DECIMAL_POINT Decimal point character. MON_THOUSANDS_SEP Thousands separator (groups of three digits). MON_GROUPING Like "grouping" element. POSITIVE_SIGN Sign for positive values. NEGATIVE_SIGN Sign for negative values. INT_FRAC_DIGITS International fractional digits. FRAC_DIGITS Local fractional digits. P_CS_PRECEDES Returns 1 if CURRENCY_SYMBOL precedes a positive value. P_SEP_BY_SPACE Returns 1 if a space separates CURRENCY_SYMBOL from a positive value. N_CS_PRECEDES Returns 1 if CURRENCY_SYMBOL precedes a negative value. N_SEP_BY_SPACE Returns 1 if a space separates CURRENCY_SYMBOL from a negative value. P_SIGN_POSN Returns 0 if parentheses surround the quantity and CURRENCY_SYMBOL. Returns 1 if the sign string precedes the quantity and CURRENCY_SYMBOL. Returns 2 if the sign string follows the quantity and CURRENCY_SYMBOL. Returns 3 if the sign string immediately precedes the CURRENCY_SYMBOL. Returns 4 if the sign string immediately follows the CURRENCY_SYMBOL. N_SIGN_POSN LC_NUMERIC Category Constants DECIMAL_POINT Decimal point character. RADIXCHAR Same value as DECIMAL_POINT. THOUSANDS_SEP Separator character for thousands (groups of three digits). THOUSEP Same value as THOUSANDS_SEP. GROUPING LC_MESSAGES Category Constants YESEXPR Regex string for matching "yes" input. NOEXPR Regex string for matching "no" input. YESSTR Output string for "yes". NOSTR Output string for "no". LC_CTYPE Category Constants CODESET Return a string with the name of the character encoding.

返回值

Returns the element as a string, or FALSE if item is not valid.

注释

Note: 此函数未在 Windows 平台下实现。

参见

setlocale() - Set locale information localeconv() - Get numeric formatting information

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

PHP字符串函数levenshtein()的用法 levenshtein(PHP4=4.0.1,PHP5)levenshtein计算两个字符串之间的编辑距离说明intlevenshtein(string$str1,string$str2)intlevenshtein(string$str1,string$str2,int$cost_ins,int$cost_rep,int$cost_

PHP字符串函数md5()的用法 md5(PHP4,PHP5)md5计算字符串的MD5散列值说明stringmd5(string$str[,bool$raw_output=false])使用RSA数据安全公司的MD5报文算法计算str的MD5散列值。参数str原始字符串。raw

标签: php字符串定义

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

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

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

  • 保理公司发放贷款
  • 门禁卡属于什么卡
  • 工商年检股东变更流程
  • 营改增后计税依据
  • 土地出让要不要交印花税吗
  • 仓储费和仓储服务费的区别
  • 预付材料款的会计分录怎么写
  • 车间设备维修费计入制造费用吗
  • 持有营业执照
  • 航天金税财务软件使用说明
  • 非公司私营企业属于什么类型
  • 社保基数每个月可以调整一次吗
  • 发票丢失后可以冲红吗
  • 收到老板的钱会计分录
  • 制造费用包括哪些费用项目
  • 净利润等于未分配利润和盈余公积吗
  • 长期股权投资溢价购入
  • 腾讯手游助手qq版本过低
  • 补交上一年度的所得税怎么做账
  • linux禁用root用户
  • win11任务栏如何设置在最左边
  • 溢价购入债权投资是为啥
  • 筹建期的开办费需要归集后才能一次性扣除吗
  • win10系统如何设置开机启动软件
  • php开发的优点与不足
  • 广告公司广告费会计分录
  • 股派发红利是涨还是跌
  • 财务费用利息收入怎么结转
  • 应缴纳所得税额怎么算
  • php怎么与mysql连接
  • 往来款怎么查
  • 清算期间会计分录
  • 购货方退货并已签收
  • 彩石湖公园门票
  • netty websocket心跳
  • 小规模企业购入固定资产怎么做账务处理
  • 前端常见错误
  • html与js之间如何配合
  • react脚手架搭建项目
  • mksysb命令
  • sed指令可以打印文件的奇数或偶数行
  • 帝国cms功能
  • 人力资源公司如何找客户
  • 政府奖励需要缴纳增值税吗
  • 将外购商品用于捐赠的分录
  • 室内装修专用什么意思
  • php获取参数值的三种方式
  • mongodb启动命令 linux
  • 股本金如何归还股东
  • 物业合并利润表怎么填
  • 厂房改造费用算固定资产吗
  • 外贸出口备案需准备什么资料
  • 个人出租商铺如何报税申报,需要什么资料
  • 其它收益和递延收益的区别
  • 先收款后给发票合法吗
  • 主营业务成本暂估怎么算
  • 盈亏平衡点怎么计算公式
  • 企业建帐的基本要求
  • CMD命令操作MSSQL2005数据库(命令整理)
  • win7和winxp区别
  • freebsd默认账户密码
  • 虚拟机vmware下载教程
  • 微软招聘流程
  • linux系统详解
  • centos6.5关闭休眠
  • winxp如何进入bios
  • WIN7系统如何恢复出厂系统
  • 纸嫁衣6攻略全文图解
  • linux如何配置jdk
  • 短信发送器
  • jquery鼠标悬停显示内容
  • 学习jQuey中的return false
  • windows中的linux
  • position属性含义
  • 税务局试用期
  • 丰田威驰2023款1.5自动挡新车报价
  • 创新税务稽查方案
  • 出口退税额与出口退税收入
  • 营业执照每个季度申报吗
  • 重庆税务局app下载官网
  • 免责声明:网站部分图片文字素材来源于网络,如有侵权,请及时告知,我们会第一时间删除,谢谢! 邮箱:opceo@qq.com

    鄂ICP备2023003026号

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

    友情链接: 武汉网站建设