Cari di Perl 
    Perl User Manual
Daftar Isi
(Sebelumnya) SysV shared memory operationsRead SysV shared memory (Berikutnya)
System V interprocess communication functions

Get SysV shared memory segment identifier

Daftar Isi

  • shmget KEY,SIZE,FLAGS

    Calls the System V IPC function shmget. Returns the shared memorysegment id, or undef on error.See also SysV IPC in perlipc and IPC::SysV documentation.

    Portability issues: shmget 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 shared memory operationsRead SysV shared memory (Berikutnya)