Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

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

Results 21 - 30 of 282 for timestamp:[now/d-7d TO *] (0.02 sec)

  1. shmwrite.txt

    =over =item shmread ID,VAR,POS,SIZE X<shmread> X<shmwrite> =item shmwrite ID,STRING,POS,SIZE Reads or writes the System V shared memory segment ID starting at position POS for size SIZE by attachin...
    perldoc.perl.org/functions/shmwrite.txt
    Registered: Sat May 04 22:45:19 UTC 2024
    - 769 bytes
    - Viewed (0)
  2. getsockname.txt

    =over =item getsockname SOCKET X<getsockname> Returns the packed sockaddr address of this end of the SOCKET connection, in case you don't know the address because you have several different IPs tha...
    perldoc.perl.org/functions/getsockname.txt
    Registered: Sat May 04 18:31:33 UTC 2024
    - 464 bytes
    - Viewed (0)
  3. bind.txt

    =over =item bind SOCKET,NAME X<bind> Binds a network address to a socket, just as L<bind(2)> does. Returns true if it succeeded, false otherwise. NAME should be a packed address of the appropriate ...
    perldoc.perl.org/functions/bind.txt
    Registered: Sat May 04 20:00:15 UTC 2024
    - 300 bytes
    - Viewed (0)
  4. DESTROY.txt

    =over =item DESTROY This method keyword is documented in L<perlobj/"Destructors">. =back
    perldoc.perl.org/functions/DESTROY.txt
    Registered: Sat May 04 21:35:13 UTC 2024
    - 91 bytes
    - Viewed (0)
  5. AUTOLOAD.txt

    =over =item AUTOLOAD This keyword is documented in L<perlsub/"Autoloading">. =back
    perldoc.perl.org/functions/AUTOLOAD.txt
    Registered: Sat May 04 20:59:23 UTC 2024
    - 85 bytes
    - Viewed (0)
  6. endservent.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/endservent.txt
    Registered: Sat May 04 23:59:15 UTC 2024
    - 7K bytes
    - Viewed (0)
  7. bless.txt

    =over =item bless REF,CLASSNAME X<bless> =item bless REF C<bless> tells Perl to mark the item referred to by C<REF> as an object in a package. The two-argument version of C<bless> is always prefera...
    perldoc.perl.org/functions/bless.txt
    Registered: Sun May 05 01:25:39 UTC 2024
    - 1.9K bytes
    - Viewed (0)
  8. getsockopt.txt

    =over =item getsockopt SOCKET,LEVEL,OPTNAME X<getsockopt> Queries the option named OPTNAME associated with SOCKET at a given LEVEL. Options may exist at multiple protocol levels depending on the so...
    perldoc.perl.org/functions/getsockopt.txt
    Registered: Sun May 05 00:58:50 UTC 2024
    - 1.6K bytes
    - Viewed (0)
  9. setpgrp.txt

    =over =item setpgrp PID,PGRP X<setpgrp> X<group> Sets the current process group for the specified PID, C<0> for the current process. Raises an exception when used on a machine that doesn't implemen...
    perldoc.perl.org/functions/setpgrp.txt
    Registered: Sun May 05 00:32:54 UTC 2024
    - 529 bytes
    - Viewed (0)
  10. accept.txt

    =over =item accept NEWSOCKET,GENERICSOCKET X<accept> Accepts an incoming socket connect, just as L<accept(2)> does. Returns the packed address if it succeeded, false otherwise. See the example in L...
    perldoc.perl.org/functions/accept.txt
    Registered: Sat May 04 23:18:29 UTC 2024
    - 445 bytes
    - Viewed (0)
Back to top