diff --git a/reference/amqp/amqpconnection/getport.xml b/reference/amqp/amqpconnection/getport.xml
index 37965c8c1e..5eb767b756 100644
--- a/reference/amqp/amqpconnection/getport.xml
+++ b/reference/amqp/amqpconnection/getport.xml
@@ -14,11 +14,9 @@
-
+ Return the port configured for this AMQPConnection object.
- &warn.undocumented.func;
-
diff --git a/reference/amqp/amqpconnection/gettimeout.xml b/reference/amqp/amqpconnection/gettimeout.xml
new file mode 100644
index 0000000000..fbcf69c52f
--- /dev/null
+++ b/reference/amqp/amqpconnection/gettimeout.xml
@@ -0,0 +1,56 @@
+
+
+
+
+
+ AMQPConnection::getTimeout
+ Get the configured timeout
+
+
+
+ &reftitle.description;
+
+ public intAMQPConnection::getTimeout
+
+
+
+ Get the current timeout setting for this instance of an AMQPConnection object.
+
+
+
+
+
+ &reftitle.parameters;
+ &no.function.parameters;
+
+
+
+ &reftitle.returnvalues;
+
+ The configured timeout as an integer.
+
+
+
+
+
+
+
diff --git a/reference/amqp/amqpconnection/settimeout.xml b/reference/amqp/amqpconnection/settimeout.xml
new file mode 100644
index 0000000000..a7e7735474
--- /dev/null
+++ b/reference/amqp/amqpconnection/settimeout.xml
@@ -0,0 +1,98 @@
+
+
+
+
+
+ AMQPConnection::setTimeout
+ Set the timeout.
+
+
+
+ &reftitle.description;
+
+ public boolAMQPConnection::setTimeout
+ floattimeout
+
+
+ Set the amount of time, in seconds, after which this instance of an AMQPConnection object times out a request to the broker. Setting this value will
+ override the default value specified by the amqp.timeout INI setting.
+
+ To specify a timeout of 500ms, simply pass in 0.5.
+
+
+
+
+ &reftitle.parameters;
+
+
+
+ timeout
+
+
+ The timeout used to connect to the AMQP broker.
+
+
+
+
+
+
+
+
+ &reftitle.returnvalues;
+
+ &return.success;
+
+
+
+
+ &reftitle.errors;
+
+ Throws an AMQPConnectionException if timeout is longer less than 0.
+
+
+
+
+ &reftitle.examples;
+
+
+ AMQPConnection::setTimeout example
+
+setTimeout(5672);
+
+?>
+]]>
+
+
+
+
+
+
+
+
+
diff --git a/reference/amqp/amqpexchange/declare.xml b/reference/amqp/amqpexchange/declareexchange.xml
similarity index 100%
rename from reference/amqp/amqpexchange/declare.xml
rename to reference/amqp/amqpexchange/declareexchange.xml
diff --git a/reference/amqp/amqpqueue/declare.xml b/reference/amqp/amqpqueue/declarequeue.xml
similarity index 100%
rename from reference/amqp/amqpqueue/declare.xml
rename to reference/amqp/amqpqueue/declarequeue.xml