Cari di Perl 
    Perl User Manual
Daftar Isi
(Sebelumnya) SysV semaphore operationsGet SysV shared memory segment ... (Berikutnya)
System V interprocess communication functions

SysV shared memory operations

Daftar Isi

  • shmctl ID,CMD,ARG

    Calls the System V IPC function shmctl. You'll probably have to say

    1. use IPC::SysV;

    first to get the correct constant definitions. If CMD is IPC_STAT,then ARG must be a variable that will hold the returned shmid_dsstructure. Returns like ioctl: undef for error; "0 buttrue" for zero; and the actual return value otherwise.See also SysV IPC in perlipc and IPC::SysV documentation.

    Portability issues: shmctl in perlport.

 
Source : perldoc.perl.org - Official documentation for the Perl programming language
Site maintained by Jon Allen (JJ)     See the project page for more details
Documentation maintained by the Perl 5 Porters
(Sebelumnya) SysV semaphore operationsGet SysV shared memory segment ... (Berikutnya)