P
Pasdan
so also nun ein neues problem
wie hat die randomfunktion in php auszusehen?
thx
Pasdan :>
wie hat die randomfunktion in php auszusehen?
thx
Pasdan :>
Folge dem Video um zu sehen, wie unsere Website als Web-App auf dem Startbildschirm installiert werden kann.
Anmerkung: Diese Funktion ist in einigen Browsern möglicherweise nicht verfügbar.
srand((double)microtime()*1000000);
echo rand(0,100);
Returns the string "msec sec" where sec is the current time measured in the number of seconds since the Unix Epoch (0:00:00 January 1, 1970 GMT), and msec is the microseconds part. [...]