Voting

: min(one, nine)?
(Example: nine)

The Note You're Voting On

michael dot NO dot SP dot AM dot cordover+php at gmail dot com
15 years ago
After about an hour of debugging I've discovered the meaning of the undocumented "PHP Warning: msg_send(): msgsnd failed: Invalid argument" ($errorcode = 13).

This occurred when the size of $message was larger than msg_qbytes (see msg_stat_queue() for how to determine and change msg_qbytes).

<< Back to user notes page

To Top