How to insert a string inside another string?

后端 未结 3 855
被撕碎了的回忆
被撕碎了的回忆 2020-12-29 22:18

Just looked at function

str_pad($input, $pad_length, $pad_str, [STR_PAD_RIGHT, STR_PAD_LEFT, or STR_PAD_BOTH])

which helps to pad some str

3条回答
提交回复
热议问题