#include "php.h"
#include "ext/standard/info.h"
#include "php_sysvmsg.h"
#include "sysvmsg_arginfo.h"
#include "ext/standard/php_var.h"
#include "zend_smart_str.h"
#include <sys/types.h>
#include <sys/ipc.h>
#include <sys/msg.h>
Go to the source code of this file.
◆ Z_SYSVMSG_QUEUE_P
◆ PHP_FUNCTION() [1/7]
◆ PHP_FUNCTION() [2/7]
◆ PHP_FUNCTION() [3/7]
◆ PHP_FUNCTION() [4/7]
◆ PHP_FUNCTION() [5/7]
◆ PHP_FUNCTION() [6/7]
◆ PHP_FUNCTION() [7/7]
◆ PHP_MINFO_FUNCTION()
PHP_MINFO_FUNCTION |
( |
sysvmsg | | ) |
|
◆ PHP_MINIT_FUNCTION()
PHP_MINIT_FUNCTION |
( |
sysvmsg | | ) |
|
◆ sysvmsg_module_entry
Initial value:= {
"sysvmsg",
ext_functions,
PHP_SYSVMSG_VERSION,
}
#define STANDARD_MODULE_HEADER
#define STANDARD_MODULE_PROPERTIES
Definition at line 47 of file sysvmsg.c.
◆ sysvmsg_queue_ce