Cari di Perl 
    Perl User Manual
Daftar Isi
(Sebelumnya) SysV semaphore control operationsSysV semaphore operations (Berikutnya)
System V interprocess communication functions

Get set of SysV semaphores

Daftar Isi

  • semget KEY,NSEMS,FLAGS

    Calls the System V IPC function semget(2). Returns the semaphore id, orthe undefined value on error. See alsoSysV IPC in perlipc, IPC::SysV, IPC::SysV::Semaphoredocumentation.

    Portability issues: semget 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 control operationsSysV semaphore operations (Berikutnya)