Mailinglisten-Archive |
Ich habe probiert dieser geht betimmt: einfach nummern reinmalen ; keine leerzeichen ! <?php function randomPass($length =1 ) { $all = explode(" ", "a b c d e f g h i j k l m n o p q t u v w x y z" ."r" ."s"); for($i=0;$i<$length;$i++) { srand((double)microtime()*1000000); $randy = rand(5,15); $passh .= $all[$randy]; } return "$passh"; } $passo= randomPass ("1"); ?> Patrik ==================================== PPK ScreenDesign www & CD Mysql Data sheet (Banca dati Dinamiche) CGI Program Perl & PHP3 DHTML JAVA 6672 Gordevio Tel: 091/7532066 Fax: 004989244344757 info_(at)_ti-news.ch ppk.gordevio_(at)_ti-news.ch http://www.ppk.grossalp.ch/ http://www.ti-news.ch/ Ti Search oltre 800 recensioni con Ti Mail sembre raggiungibili ==================================== ----- Original Message ----- From: Werner Stuerenburg <ws_(at)_art-quarter.com> To: <php_(at)_php-center.de> Sent: mercoledì, 1. settembre 1999 17:45 Subject: [php] rand > Ich stelle fest, daß meine Funktion randNumber recht häufig "" > zurückliefert. Wie kann das sein? > > function randNumber($end, $start = 0){ > srand((double)microtime()*1000000); > return rand($start, $end); > } > > Ich habe mir jetzt so geholfen: > > function randNumber($end, $start = 0){ > srand((double)microtime()*1000000); > while ($res == ""){ > $res = rand($start, $end); > } > return $res; > } > > aber die Definition sollte das eigentlich ausschließen, oder? > > int rand([int min], [int max]); > > If called without the optional min,max arguments rand() returns a > pseudo-random value between 0 and > RAND_MAX. If you want a random number between 5 and 15 (inclusive), > for example, use rand(5,15). > > > -- > Mit freundlichem Gruss > Werner Stuerenburg > > ____________________________________________________________ > ISIS Verlag - Uhlandstr. 8 - D-32120 Hiddenhausen - Germany > Tel. 0(049)5224-9974-07, Fax-09, <mailto:ws_(at)_art-quarter.com> > <http://pferdezeitung.com> - <http://art-quarter.com> > > > -- > ** Durchgehend geöffnet: http://www.php-center.de ** > Die PHP-Liste: mailto:php_(at)_infosoc.uni-koeln.de > http://infosoc.uni-koeln.de/mailman/listinfo/php
php::bar PHP Wiki - Listenarchive