diff --git a/reference/array/functions/array-key-exists.xml b/reference/array/functions/array-key-exists.xml index c2ce8c7271..03590a2208 100644 --- a/reference/array/functions/array-key-exists.xml +++ b/reference/array/functions/array-key-exists.xml @@ -1,5 +1,5 @@ - + array_key_exists @@ -68,7 +68,7 @@ 5.3.0 This function doesn't work with objetcs anymore, - property_exists() should be used in this case. + property_exists should be used in this case. diff --git a/reference/http/HttpRequest/getHistory.xml b/reference/http/HttpRequest/getHistory.xml index ea695f6713..d4445fbfbc 100644 --- a/reference/http/HttpRequest/getHistory.xml +++ b/reference/http/HttpRequest/getHistory.xml @@ -1,5 +1,5 @@ - + @@ -22,7 +22,7 @@ HttpRequest::recordHistory to TRUE. - The returned object references the last received response, use HttpMessage::getParentMessage() + The returned object references the last received response, use HttpMessage::getParentMessage to access the data of previously sent requests and received responses. diff --git a/reference/memcache/functions/memcache-addserver.xml b/reference/memcache/functions/memcache-addserver.xml index 74ecbda7b8..5d7e3aafeb 100644 --- a/reference/memcache/functions/memcache-addserver.xml +++ b/reference/memcache/functions/memcache-addserver.xml @@ -1,5 +1,5 @@ - + Memcache::addServer @@ -29,8 +29,8 @@ - When using this method (as opposed to Memcache::connect() and - Memcache::pconnect()) the network connection is not established + When using this method (as opposed to Memcache::connect and + Memcache::pconnect) the network connection is not established until actually needed. Thus there is no overhead in adding a large number of servers to the pool, even though they might not all be used. diff --git a/reference/sphinx/sphinxclient/query.xml b/reference/sphinx/sphinxclient/query.xml index b3f9d606d9..48e99a171e 100644 --- a/reference/sphinx/sphinxclient/query.xml +++ b/reference/sphinx/sphinxclient/query.xml @@ -1,5 +1,5 @@ - + @@ -55,7 +55,7 @@ &reftitle.returnvalues; - On success, SphinxClient::query() returns a list of + On success, SphinxClient::query returns a list of found matches and additional per-query statistics. The result set is a hash utilize other structures instead of hash) with the following keys and values: diff --git a/reference/sphinx/sphinxclient/resetfilters.xml b/reference/sphinx/sphinxclient/resetfilters.xml index 9c617d626a..a336e2c5b8 100644 --- a/reference/sphinx/sphinxclient/resetfilters.xml +++ b/reference/sphinx/sphinxclient/resetfilters.xml @@ -1,5 +1,5 @@ - + @@ -17,7 +17,7 @@ Clears all currently set filters. This call is normally required when using multi-queries. You might want to set different filters for different queries in the batch. To do that, you should call - SphinxClient::resetFilters() and add new filters using + SphinxClient::resetFilters and add new filters using the respective calls.