diff --git a/reference/snmp/snmp.xml b/reference/snmp/snmp.xml index 7a55a5d81237..ca732df2610c 100644 --- a/reference/snmp/snmp.xml +++ b/reference/snmp/snmp.xml @@ -1,6 +1,6 @@ - + The SNMP class SNMP @@ -30,130 +30,130 @@ - &Properties; - - public - readonly - array - info - - - public - intnull - max_oids - + &Constants; public + const int - valueretrieval - - - public - bool - quick_print + SNMP::VERSION_1 public - bool - enum_print + const + int + SNMP::VERSION_2c public + const int - oid_output_format + SNMP::VERSION_2C public - bool - oid_increasing_check + const + int + SNMP::VERSION_3 public + const int - exceptions_enabled + SNMP::ERRNO_NOERROR - - &Methods; - - - - - - - - &Constants; + public const int - SNMP::ERRNO_NOERROR - 0 + SNMP::ERRNO_ANY + public const int SNMP::ERRNO_GENERIC - 2 + public const int SNMP::ERRNO_TIMEOUT - 4 + public const int SNMP::ERRNO_ERROR_IN_REPLY - 8 + public const int SNMP::ERRNO_OID_NOT_INCREASING - 16 + public const int SNMP::ERRNO_OID_PARSING_ERROR - 32 + public const int SNMP::ERRNO_MULTIPLE_SET_QUERIES - 64 + + &Properties; - const - int - SNMP::ERRNO_ANY - 126 + public + readonly + array + info - const - int - SNMP::VERSION_1 - 0 + public + intnull + max_oids - const + public int - SNMP::VERSION_2C - 1 + valueretrieval - const + public + bool + quick_print + + + public + bool + enum_print + + + public int - SNMP::VERSION_2c - 1 + oid_output_format - const + public + bool + oid_increasing_check + + + public int - SNMP::VERSION_3 - 3 + exceptions_enabled + + &Methods; + + + + + + diff --git a/reference/spl/splpriorityqueue.xml b/reference/spl/splpriorityqueue.xml index 88528412602a..9b19bf3755a1 100644 --- a/reference/spl/splpriorityqueue.xml +++ b/reference/spl/splpriorityqueue.xml @@ -45,6 +45,26 @@ + &Constants; + + public + const + int + SplPriorityQueue::EXTR_BOTH + + + public + const + int + SplPriorityQueue::EXTR_PRIORITY + + + public + const + int + SplPriorityQueue::EXTR_DATA + + &Methods; @@ -52,6 +72,30 @@ + +
+ &reftitle.constants; + + + SplPriorityQueue::EXTR_BOTH + + + + + + SplPriorityQueue::EXTR_PRIORITY + + + + + + SplPriorityQueue::EXTR_DATA + + + + + +