📜  php 格式 int 为 9 位数字,前面有零 - PHP 代码示例

📅  最后修改于: 2022-03-11 14:54:25.399000             🧑  作者: Mango

代码示例1
str_pad($input, 9, "0", STR_PAD_LEFT);