使用例
//パスワード生成クラス読み込み
require_once 'My/Password.php';
//デフォルトは8桁のパスワードが生成されます
$password = My_Password::getPassword();
var_dump($password);
//『32桁、小文字英字のみ』のパスワード生成
$password = My_Password::getPassword(32, 'small');
var_dump($password);
…
hostsファイルの設定を変えた場合は、
# /etc/rc.d/init.d/network resatartまたは、
# /etc/rc.d/init.d/network reloadで反映させる。
graffiti on the web
この投稿へのコメント
コメントはまだありません。