Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Popular Words: ใƒ†ใ‚นใƒˆ test

Results 41 - 50 of 322 for timestamp:[now/d-1d TO *] (0.02 sec)

  1. semop.txt

    =over =item semop KEY,OPSTRING X<semop> Calls the System V IPC function L<semop(2)> for semaphore operations such as signalling and waiting. OPSTRING must be a packed array of semop structures. Eac...
    perldoc.perl.org/functions/semop.txt
    Registered: Sat May 11 23:22:50 UTC 2024
    - 815 bytes
    - Viewed (0)
  2. wait.txt

    =over =item wait X<wait> Behaves like L<wait(2)> on your system: it waits for a child process to terminate and returns the pid of the deceased process, or C<-1> if there are no child processes. The...
    perldoc.perl.org/functions/wait.txt
    Registered: Sun May 12 02:58:51 UTC 2024
    - 698 bytes
    - Viewed (0)
  3. socket.txt

    =over =item socket SOCKET,DOMAIN,TYPE,PROTOCOL X<socket> Opens a socket of the specified kind and attaches it to filehandle SOCKET. DOMAIN, TYPE, and PROTOCOL are specified the same as for the sysc...
    perldoc.perl.org/functions/socket.txt
    Registered: Sun May 12 02:29:20 UTC 2024
    - 561 bytes
    - Viewed (0)
  4. shmget.txt

    =over =item shmget KEY,SIZE,FLAGS X<shmget> Calls the System V IPC function shmget. Returns the shared memory segment id, or L<C<undef>|/undef EXPR> on error. See also L<perlipc/"SysV IPC"> and the...
    perldoc.perl.org/functions/shmget.txt
    Registered: Sun May 12 02:43:51 UTC 2024
    - 293 bytes
    - Viewed (0)
  5. vec.txt

    =over =item vec EXPR,OFFSET,BITS X<vec> X<bit> X<bit vector> Treats the string in EXPR as a bit vector made up of elements of width BITS and returns the value of the element specified by OFFSET as ...
    perldoc.perl.org/functions/vec.txt
    Registered: Sat May 11 15:30:36 UTC 2024
    - 13.1K bytes
    - Viewed (0)
  6. endprotoent.txt

    =over =item getpwnam NAME X<getpwnam> X<getgrnam> X<gethostbyname> X<getnetbyname> X<getprotobyname> X<getpwuid> X<getgrgid> X<getservbyname> X<gethostbyaddr> X<getnetbyaddr> X<getprotobynumber> X<...
    perldoc.perl.org/functions/endprotoent.txt
    Registered: Sun May 12 06:06:01 UTC 2024
    - 7K bytes
    - Viewed (0)
  7. endgrent.txt

    =over =item getpwnam NAME X<getpwnam> X<getgrnam> X<gethostbyname> X<getnetbyname> X<getprotobyname> X<getpwuid> X<getgrgid> X<getservbyname> X<gethostbyaddr> X<getnetbyaddr> X<getprotobynumber> X<...
    perldoc.perl.org/functions/endgrent.txt
    Registered: Sun May 12 05:07:17 UTC 2024
    - 7K bytes
    - Viewed (0)
  8. getpwuid.txt

    =over =item getpwnam NAME X<getpwnam> X<getgrnam> X<gethostbyname> X<getnetbyname> X<getprotobyname> X<getpwuid> X<getgrgid> X<getservbyname> X<gethostbyaddr> X<getnetbyaddr> X<getprotobynumber> X<...
    perldoc.perl.org/functions/getpwuid.txt
    Registered: Sun May 12 04:29:24 UTC 2024
    - 7K bytes
    - Viewed (0)
  9. localtime.txt

    =over =item localtime EXPR X<localtime> X<ctime> =item localtime Converts a time as returned by the time function to a 9-element list with the time analyzed for the local time zone. Typically used ...
    perldoc.perl.org/functions/localtime.txt
    Registered: Sun May 12 09:28:40 UTC 2024
    - 2.8K bytes
    - Viewed (0)
  10. sleep.txt

    =over =item sleep EXPR X<sleep> X<pause> =item sleep Causes the script to sleep for (integer) EXPR seconds, or forever if no argument is given. Returns the integer number of seconds actually slept....
    perldoc.perl.org/functions/sleep.txt
    Registered: Sun May 12 05:41:30 UTC 2024
    - 1.9K bytes
    - Viewed (0)
Back to top