dongzha5934 2016-07-21 09:55
浏览 39
已采纳

使用PHP分配固定空格导出和下载txt文件[关闭]

I need to make a method to generate and download a txt file where the string length is fixed and reserved. For example, I need to insert data from a record containing id, name, NIF. The id can be 100, therefore, I must reserve three spaces for that string, so if I write the id 1 should be the 2 characters blank, and then the "name" should be followed, without line break. My idea is use a for() loop and when file position is [i], insert the array element [i]. My question is how to define size of that position in the file?

  • 写回答

1条回答 默认 最新

  • dt4233 2016-07-21 11:49
    关注

    Are you looking for str_pad? http://php.net/manual/en/function.str-pad.php str_pad(1, 3, ' ', STR_PAD_LEFT) will " 1". You could have an array telling how long each string should be and use $lenghts[$i] inside your loop to set the padding size

    本回答被题主选为最佳回答 , 对您是否有帮助呢?
    评论

报告相同问题?

悬赏问题

  • ¥15 C++ 头文件/宏冲突问题解决
  • ¥15 用comsol模拟大气湍流通过底部加热(温度不同)的腔体
  • ¥50 安卓adb backup备份子用户应用数据失败
  • ¥20 有人能用聚类分析帮我分析一下文本内容嘛
  • ¥15 请问Lammps做复合材料拉伸模拟,应力应变曲线问题
  • ¥30 python代码,帮调试
  • ¥15 #MATLAB仿真#车辆换道路径规划
  • ¥15 java 操作 elasticsearch 8.1 实现 索引的重建
  • ¥15 数据可视化Python
  • ¥15 要给毕业设计添加扫码登录的功能!!有偿