$count = 1;
$count_string = str_pad($count, 2, '0', STR_PAD_LEFT);
2는 자리수임
5로 하면
00001
'프로그래밍 > PHP' 카테고리의 다른 글
라라벨에서 라우트 제대로 설정했는데 not found 뜨는 경우 (0) | 2017.09.25 |
---|---|
저장용 phpstorm 작업셋팅 (0) | 2017.09.19 |
php mssql insert, update 할 때 한글이 깨지는 문제! (0) | 2015.09.01 |
ci 사용할 때 Unicode data in a Unicode-only collation or ntext data cannot be sent to clients using DB-Library (such as ISQL) or ODBC version 3.7 or earlier. (severity 16) (0) | 2015.08.30 |
phpstorm 사용할 때 인코딩이 깨질 때! (0) | 2015.08.26 |
IE9 이상으로 브라우저를 업그레이드하거나, 크롬, 파이어폭스 등 최신 브라우저를 이용해주세요.