Movatterモバイル変換


[0]ホーム

URL:


functions /msgrcv
(source,CPAN)
You are viewing the version of this documentation from Perl 5.12.3.View the latest version
#msgrcv ID,VAR,SIZE,TYPE,FLAGS

Calls the System V IPC function msgrcv to receive a message from message queue ID into variable VAR with a maximum message size of SIZE. Note that when a message is received, the message type as a native long integer will be the first thing in VAR, followed by the actual message. This packing may be opened withunpack("l! a*"). Taints the variable. Returns true if successful, or false if there is an error. See also"SysV IPC" in perlipc,IPC::SysV, andIPC::SysV::Msg documentation.

Perldoc Browser is maintained by Dan Book (DBOOK). Please contact him via theGitHub issue tracker oremail regarding any issues with the site itself, search, or rendering of documentation.

The Perl documentation is maintained by the Perl 5 Porters in the development of Perl. Please contact them via thePerl issue tracker, themailing list, orIRC to report any issues with the contents or format of the documentation.


[8]ページ先頭

©2009-2025 Movatter.jp