Server IP : 104.21.38.3 / Your IP : 172.69.176.31 Web Server : Apache System : Linux krdc-ubuntu-s-2vcpu-4gb-amd-blr1-01.localdomain 5.15.0-142-generic #152-Ubuntu SMP Mon May 19 10:54:31 UTC 2025 x86_64 User : www ( 1000) PHP Version : 7.4.33 Disable Function : passthru,exec,system,putenv,chroot,chgrp,chown,shell_exec,popen,proc_open,pcntl_exec,ini_alter,ini_restore,dl,openlog,syslog,readlink,symlink,popepassthru,pcntl_alarm,pcntl_fork,pcntl_waitpid,pcntl_wait,pcntl_wifexited,pcntl_wifstopped,pcntl_wifsignaled,pcntl_wifcontinued,pcntl_wexitstatus,pcntl_wtermsig,pcntl_wstopsig,pcntl_signal,pcntl_signal_dispatch,pcntl_get_last_error,pcntl_strerror,pcntl_sigprocmask,pcntl_sigwaitinfo,pcntl_sigtimedwait,pcntl_exec,pcntl_getpriority,pcntl_setpriority,imap_open,apache_setenv MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : OFF | Sudo : ON | Pkexec : ON Directory : /www/server/php/80/src/ext/sysvmsg/ |
Upload File : |
/* This is a generated file, edit the .stub.php file instead. * Stub hash: 3f918caddccfebee1f1048abd4a23672724436ad */ ZEND_BEGIN_ARG_WITH_RETURN_OBJ_TYPE_MASK_EX(arginfo_msg_get_queue, 0, 1, SysvMessageQueue, MAY_BE_FALSE) ZEND_ARG_TYPE_INFO(0, key, IS_LONG, 0) ZEND_ARG_TYPE_INFO_WITH_DEFAULT_VALUE(0, permissions, IS_LONG, 0, "0666") ZEND_END_ARG_INFO() ZEND_BEGIN_ARG_WITH_RETURN_TYPE_INFO_EX(arginfo_msg_send, 0, 3, _IS_BOOL, 0) ZEND_ARG_OBJ_INFO(0, queue, SysvMessageQueue, 0) ZEND_ARG_TYPE_INFO(0, message_type, IS_LONG, 0) ZEND_ARG_INFO(0, message) ZEND_ARG_TYPE_INFO_WITH_DEFAULT_VALUE(0, serialize, _IS_BOOL, 0, "true") ZEND_ARG_TYPE_INFO_WITH_DEFAULT_VALUE(0, blocking, _IS_BOOL, 0, "true") ZEND_ARG_INFO_WITH_DEFAULT_VALUE(1, error_code, "null") ZEND_END_ARG_INFO() ZEND_BEGIN_ARG_WITH_RETURN_TYPE_INFO_EX(arginfo_msg_receive, 0, 5, _IS_BOOL, 0) ZEND_ARG_OBJ_INFO(0, queue, SysvMessageQueue, 0) ZEND_ARG_TYPE_INFO(0, desired_message_type, IS_LONG, 0) ZEND_ARG_INFO(1, received_message_type) ZEND_ARG_TYPE_INFO(0, max_message_size, IS_LONG, 0) ZEND_ARG_TYPE_INFO(1, message, IS_MIXED, 0) ZEND_ARG_TYPE_INFO_WITH_DEFAULT_VALUE(0, unserialize, _IS_BOOL, 0, "true") ZEND_ARG_TYPE_INFO_WITH_DEFAULT_VALUE(0, flags, IS_LONG, 0, "0") ZEND_ARG_INFO_WITH_DEFAULT_VALUE(1, error_code, "null") ZEND_END_ARG_INFO() ZEND_BEGIN_ARG_WITH_RETURN_TYPE_INFO_EX(arginfo_msg_remove_queue, 0, 1, _IS_BOOL, 0) ZEND_ARG_OBJ_INFO(0, queue, SysvMessageQueue, 0) ZEND_END_ARG_INFO() ZEND_BEGIN_ARG_WITH_RETURN_TYPE_MASK_EX(arginfo_msg_stat_queue, 0, 1, MAY_BE_ARRAY|MAY_BE_FALSE) ZEND_ARG_OBJ_INFO(0, queue, SysvMessageQueue, 0) ZEND_END_ARG_INFO() ZEND_BEGIN_ARG_WITH_RETURN_TYPE_INFO_EX(arginfo_msg_set_queue, 0, 2, _IS_BOOL, 0) ZEND_ARG_OBJ_INFO(0, queue, SysvMessageQueue, 0) ZEND_ARG_TYPE_INFO(0, data, IS_ARRAY, 0) ZEND_END_ARG_INFO() ZEND_BEGIN_ARG_WITH_RETURN_TYPE_INFO_EX(arginfo_msg_queue_exists, 0, 1, _IS_BOOL, 0) ZEND_ARG_TYPE_INFO(0, key, IS_LONG, 0) ZEND_END_ARG_INFO() ZEND_FUNCTION(msg_get_queue); ZEND_FUNCTION(msg_send); ZEND_FUNCTION(msg_receive); ZEND_FUNCTION(msg_remove_queue); ZEND_FUNCTION(msg_stat_queue); ZEND_FUNCTION(msg_set_queue); ZEND_FUNCTION(msg_queue_exists); static const zend_function_entry ext_functions[] = { ZEND_FE(msg_get_queue, arginfo_msg_get_queue) ZEND_FE(msg_send, arginfo_msg_send) ZEND_FE(msg_receive, arginfo_msg_receive) ZEND_FE(msg_remove_queue, arginfo_msg_remove_queue) ZEND_FE(msg_stat_queue, arginfo_msg_stat_queue) ZEND_FE(msg_set_queue, arginfo_msg_set_queue) ZEND_FE(msg_queue_exists, arginfo_msg_queue_exists) ZEND_FE_END }; static const zend_function_entry class_SysvMessageQueue_methods[] = { ZEND_FE_END };