我爱占星网 我爱占星网
首页
编程
java
php
前端
首页 编程 java php 前端

回声编号计数器 - 删除前导零

At the moment I have a numbering system that brings back the following:

Using:

<?php echo $slide->counter; ?>

01 02 03 04 05

What can I add to the above php to get rid of the zero, so that it displays:

1 2 3 4 5

This should work...

printf('%d', $slide->counter);
<?php echo (int)$slider->counter; ?>

近期文章

  • 用.htaccess中的mod_rewrite重写url
  • Yii和Magento在同一台服务器上进行单点登录[重复]
  • 在没有BOM的UTF-8下工作的最佳轻量级PHP编辑器[关闭]
  • 如何根据键从表中选择一组随机行?
  • 如何在Jquery通知中添加PHP变量[重复]
  • 如何在mysql数据库中插入php代码片段
  • 为什么smarty函数date_format得错时间
  • 这是什么日期格式? (PHP Codeigniter文件助手)
  • php中的数组管理
  • 遇到几个问题kohana框架:在ubuntu 12.04上路由和运行
  • 看不懂第一个字母
  • 网址不喜欢&符号
  • 从字段中获取最大值和最小值
  • PHP同时更新两个表
  • 我想我需要自我加入?
  • PHP - 我的代码有什么问题?
  • 如何保护您的客户端代码[关闭]
  • 函数类似于array_map以重新索引数组
  • Jquery在jquery ajax上调用PHP函数成功
  • 如何优化大型内容网站的网页和数据库

Copyright ©2022 我爱占星 All Rights Reserved.

浙ICP备2022030071号-1

部分图文来自网络,如有侵犯您的版权,请告诉我们删除

友情链接:代码精华