PHP语言中 printf()函数格式化使用详解

printf()函数优点在于可以格式化输出!
格式如下:%[‘padding_character][-][width][.precision]type
      所有的转换说明都是以%开始,如果想打印一个%符号,必须用%%.
      参数’padding_character是可选.它将被用来填充变量直至所指定的宽度.该参数的作用就在变量前面填充.默认的填充字符是一个空格,如果指定0或者空格,就不需要 ‘ 单引号作为前缀,其他字符就必须指定 ‘ 作为前缀.
     参数 – 是可选.它指左对齐,默认是右对齐.
     参数width是指被替换的变量的长度.
     参数precision表示以小数点开始.它指明小数点后要显示的位数.
     参数type 是类型码,请看下表:
类型   |   含义
b       |    解释为整数并作为二进制输出.
c        |    解释为整数并作为字符表示输出(ASCII码).
d        |   解释为整数并作为整数输出.
f         |   解释为双精度并作为浮点数输出.
o        |   解释为整数并作为八进制数输出.
s        |   解释为字符串并为字符串输出.
u        |   解释为整数并作为非指定小数输出.
x        |    解释为整数并作为带有小写字母a-f的十六进制数输出
X       |   解释为整数并作为带有大写字母A-F的十六进制数输出

 

演示:
———————————————————————————————
<?php
$str = "0758 jian";
$strA = "A";
$strB = "B";
$num1 = 5;
$num2 = 5;
$num3 = 0.25;
$num4 = 3.2567;
$num5 = 8;
$num6 = 1.735;
$num7 = 16777215;
$num8 = 16777215;
printf("%2$s %1$s", $strA, $strB); // 2$是指定参数位置
echo ‘<br />’;
printf("填充: %’%10s", $str); //指定填充符为%字符串宽度为10
echo ‘<br />’;
printf("二制制: %b", $num1);
echo ‘<br />’;
printf("ASCII码: %c", $num2);
echo ‘<br />’;
printf("整数: %d", $num3);
echo ‘<br />’;
printf("浮点数: %.2f", $num4);
echo ‘<br />’;
printf("八进制: %o", $num5);
echo ‘<br />’;
printf("字符串: %s", $str);
echo ‘<br />’;
printf("非小数: %u", $num6);
echo ‘<br />’;
printf("十六进制: %x", $num7);
echo ‘<br />’;
printf("十六进制: %X", $num8);
?>
———————————————————————————————
输出结果:
———————————————————————————————
B A
填充: %0758 jian
二制制: 101
ASCII码:
整数: 0
浮点数: 3.26
八进制: 10
字符串: 0758 jian
非小数: 1
十六进制: ffffff
十六进制: FFFFFF

波比源码 – 精品源码模版分享 | www.bobi11.com
1. 本站所有资源来源于用户上传和网络,如有侵权请邮件联系站长!
2. 分享目的仅供大家学习和交流,您必须在下载后24小时内删除!
3. 不得使用于非法商业用途,不得违反国家法律。否则后果自负!
4. 本站提供的源码、模板、插件等等其他资源,都不包含技术服务请大家谅解!
5. 如有链接无法下载、失效或广告,请联系管理员处理!
6. 本站资源售价只是赞助,收取费用仅维持本站的日常运营所需!
7. 本站源码并不保证全部能正常使用,仅供有技术基础的人学习研究,请谨慎下载
8. 如遇到加密压缩包,请使用WINRAR解压,如遇到无法解压的请联系管理员!

波比源码 » PHP语言中 printf()函数格式化使用详解

111 评论

  1. aralen cost brand cenforce buy baricitinib online cheap

  2. order clarithromycin 500mg pills clonidine sale cost meclizine 25 mg

  3. Hi, just required you to know I he added your site to my Google bookmarks due to your layout. But seriously, I believe your internet site has 1 in the freshest theme I??ve came across. Metropol Halı Karaca Halı Öztekin ve Selçuklu Halı Cami Halısı ve Cami Halıları Türkiye’nin En Büyük Cami Halısı Fabrikasıyız…

  4. buy generic modafinil 200mg generic phenergan order phenergan without prescription

  5. ivermectin 12 mg tablets causes of ed purchase prednisone online cheap

  6. I really love to read such an excellent article. Helpful article. Hello Administ .Click on the Keyword to Enter the Website. deneme bonusu

  7. amoxicillin tablets amoxil 250mg ca order prednisolone 20mg online

  8. prednisolone 10mg canada neurontin price order furosemide 100mg online cheap

  9. ranitidine 300mg drug celecoxib oral celecoxib 100mg cost

  10. buy generic estradiol estrace 1mg pill purchase prazosin without prescription

  11. order amoxicillin 500mg pill oral trimox clarithromycin order

  12. buy generic vardenafil over the counter plaquenil order plaquenil 200mg us

  13. buy generic asacol 400mg asacol where to buy buy generic avapro over the counter

  14. ampicillin pill ampicillin pill order flagyl without prescription

  15. order reglan 20mg sale order cozaar 50mg order nexium without prescription

  16. order aurogra 100mg without prescription oral estrace 1mg buy estrace pills for sale

  17. purchase tretinoin avana us cheap avanafil 100mg

  18. finasteride over the counter us viagra sales viagra 50mg tablet

  19. where to buy phenazopyridine without a prescription pyridium where to buy order amantadine pills

  20. dapsone 100 mg brand oral aceon 8mg generic aceon 4mg

  21. buy avapro 300mg online buspar 10mg tablet buy generic buspirone over the counter

  22. furadantin 100mg drug nortriptyline us nortriptyline 25mg cost

  23. decadron 0,5 mg pill decadron sale starlix generic

  24. order trileptal oral alfuzosin order urso 150mg without prescription

  25. buy capoten sale order atacand carbamazepine over the counter

评论已关闭

Hi, 如果你对这款模板有疑问,可以跟我联系哦!

联系站长
赞助VIP 享更多特权,建议使用 QQ 登录
喜欢我嘛?喜欢就按“ctrl+D”收藏我吧!♡