msg_send

Supported Versions: PHP 4 >= 4.3.0, PHP 5, PHP 7, PHP 8
Send a message to a message queue
<?php msg_send(    SysvMessageQueue $queue,    int $message_type,    string|int|float|bool $message,    bool $serialize = true,    bool $blocking = true,    int &$error_code = null): bool