How to use the sprintf function in php
This article mainly introduces how to use the sprintf function in php, has a certain reference value, interested friends can refer to, I hope you can learn a lot after reading this article, the following let Xiaobian take you to understand it.
Sprintf function
This function works in the same way as printf, except that it writes the formatted string to a variable instead of outputting it.