php 랜덤 함수

php 랜덤 함수

랜덤 함수 이용해서

guest00~99 문자열 표시하기

echo "guest".str_pad(rand(0,99), 2, "0", STR_PAD_LEFT)."~".str_pad(rand(0,99), 2, "0", STR_PAD_LEFT);

from http://beaveryun.tistory.com/147 by ccl(A) rewrite - 2021-12-21 16:26:40