Linux.pl
Opcje wyszukiwania podręcznika man:
Lista stron man zaczynających się od znaku:
A   B   C   D   E   F   G   H   I   J   K   L   M   N   O   P   Q   R   S   T   U   V   W   X   Y   Z   ALPHA   NUM   OTHER   ALL
Uniqid(3pm)           User Contributed Perl Documentation          Uniqid(3pm)

NAME
       Data::Uniqid - Perl extension for simple genrating of unique id's

SYNOPSIS
         use Data::Uniqid qw ( suniqid uniqid luniqid );

         $id = suniqid;
         $id = uniqid;
         $id = luniqid;

DESCRIPTION
       Data::Uniqid provides three simple routines for generating unique ids.
       These ids are coded with a Base62 systen to make them short and handy
       (e.g. to use it as part of a URL).

         suinqid
           genrates a very short id valid only for the localhost and with a
           liftime of 1 day

         uniqid
           generates a short id valid on the local host

         luniqid
           generates a long id valid everywhere and ever

AUTHOR
       Mike Wesemann, <mwx@gmx.de>

SEE ALSO
       perl.

perl v5.20.2                      2010-01-05                       Uniqid(3pm)

Czas wygenerowania: 0.00050 sek.


Created with the man page lookup class by Andrew Collington.
Based on a C man page viewer by Vadim Pavlov
Unicode soft-hyphen fix (as used by RedHat) by Dan Edwards
Some optimisations by Eli Argon
Caching idea and code contribution by James Richardson

Copyright © 2003-2023 Linux.pl
Hosted by Hosting Linux.pl