3.140.185.123 |    

Navigation

Google Advertisement

Die Funktion get_id() generiert eine zufällige ID aus einer Reihe von Zahlen.

get_id
  1. sub get_id {
  2. srand (time|$$);
  3. my $id = int (rand(1000));
  4. $id.="$$";
  5. return $id;
  6. }
Parsed in 0.001 seconds at 58.95 KB/s

Search
 
Full text search by name and content of a snippet.

User online
There are 2 users online.

Tags Cloud

Latest snippets
str2seconds
(Bash::Function)
is_integer
(Bash::Function)
file_rotate
(Bash::Function)
confirm
(Bash::Function)
is_workingtime
(Bash::Function)
last day of last month
(Bash::Snippets)
crypt_apr1_md5
(PHP::Function)
crypt_apr1_md5
(Perl::Function)
transparent
(CSS)
rfc2822Toiso8601
(PHP::Function)