How to make alignment on console in php

前端 未结 7 739
慢半拍i
慢半拍i 2020-12-23 17:06

I am trying to run a script through command prompt in PHP and trying to show the result in tabular form. But due to different character length of words I am not able to show

7条回答
  •  时光说笑
    2020-12-23 17:30

    Too old, but i went trough the same now and used str_pad, just set the lenght as the size of your column and thats it

    regards.

提交回复
热议问题