See also:printf(),sprintf(),sscanf(),fscanf(),vsprintf(), andnumber_format(). Examples 例子1.vfprintf(): zero-padded integers <?php if (!($fp=fopen('date.txt','w'))) return; vfprintf($fp,"%04d-%02d-%02d", array($year,$month,$day)); ...
www.dbjr.com.cn/shouce/php5/zh/function... 2025-6-6