We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d28bd60 commit 72b0e6fCopy full SHA for 72b0e6f
1 file changed
Message.php
@@ -18,6 +18,13 @@ class Message
18
const OPCODE_IQUERY = 1; // inverse query
19
const OPCODE_STATUS = 2;
20
21
+ const RCODE_OK = 0;
22
+ const RCODE_FORMAT_ERROR = 1;
23
+ const RCODE_SERVER_FAILURE = 2;
24
+ const RCODE_NAME_ERROR = 3;
25
+ const RCODE_NOT_IMPLEMENTED = 4;
26
+ const RCODE_REFUSED = 5;
27
+
28
public $data = '';
29
30
public $header = array();
0 commit comments