diff --git a/reference/array/functions/extract.xml b/reference/array/functions/extract.xml index 8ccd11613f..38192ef021 100644 --- a/reference/array/functions/extract.xml +++ b/reference/array/functions/extract.xml @@ -1,5 +1,5 @@ - + @@ -33,7 +33,7 @@ - EXTR_IF_EXISTS and EXTR_PREFIX_IF_EXISTS was introduced in version 4.2.0. + EXTR_IF_EXISTS and EXTR_PREFIX_IF_EXISTS were introduced in version 4.2.0. @@ -149,14 +149,17 @@ - Do not use extract on untrusted data, like user-input ($_GET, ...). - If you do it, for example if you want to run old code that relies on + Do not use extract on untrusted data, like + user-input ($_GET, ...). If you do, for example, if you want to run old + code that relies on register_globals temporarily, make sure you use one of the non-overwriting - extract_type values like EXTR_SKIP, and be aware - that you should now extract $_SERVER, - $_SESSION, $_COOKIE, - $_POST and $_GET in that order. + extract_type values like EXTR_SKIP + and be aware that you should extract $_GET, + $_POST, $_COOKIE, + $_SESSION and $_SERVER in that order + when using an overwriting extract_type or in + reverse order when using a non-overwriting type. diff --git a/reference/hwapi/functions/hwapi-attribute-key.xml b/reference/hwapi/functions/hwapi-attribute-key.xml index 71d10fe03a..9a8acb04c4 100644 --- a/reference/hwapi/functions/hwapi-attribute-key.xml +++ b/reference/hwapi/functions/hwapi-attribute-key.xml @@ -1,5 +1,5 @@ - + @@ -10,7 +10,7 @@ Description stringkey - void + Returns the name of the attribute. diff --git a/reference/hwapi/functions/hwapi-attribute-value.xml b/reference/hwapi/functions/hwapi-attribute-value.xml index 0c3410d500..79a986db70 100644 --- a/reference/hwapi/functions/hwapi-attribute-value.xml +++ b/reference/hwapi/functions/hwapi-attribute-value.xml @@ -1,5 +1,5 @@ - + @@ -10,7 +10,7 @@ Description stringvalue - void + Returns the value of the attribute. diff --git a/reference/hwapi/functions/hwapi-attribute-values.xml b/reference/hwapi/functions/hwapi-attribute-values.xml index 2d48d56dc0..ae26d8b1b8 100644 --- a/reference/hwapi/functions/hwapi-attribute-values.xml +++ b/reference/hwapi/functions/hwapi-attribute-values.xml @@ -1,5 +1,5 @@ - + @@ -10,7 +10,7 @@ Description arrayvalues - void + Returns all values of the attribute as an array of strings. diff --git a/reference/hwapi/functions/hwapi-content-mimetype.xml b/reference/hwapi/functions/hwapi-content-mimetype.xml index 72802104ac..78f2245fec 100644 --- a/reference/hwapi/functions/hwapi-content-mimetype.xml +++ b/reference/hwapi/functions/hwapi-content-mimetype.xml @@ -1,5 +1,5 @@ - + @@ -10,7 +10,7 @@ Description stringmimetype - void + Returns the mimetype of the content. diff --git a/reference/hwapi/functions/hwapi-error-count.xml b/reference/hwapi/functions/hwapi-error-count.xml index ad794872d2..cd4ac4a353 100644 --- a/reference/hwapi/functions/hwapi-error-count.xml +++ b/reference/hwapi/functions/hwapi-error-count.xml @@ -1,5 +1,5 @@ - + @@ -10,7 +10,7 @@ Description intcount - void + Returns the number of error reasons. diff --git a/reference/hwapi/functions/hwapi-error-reason.xml b/reference/hwapi/functions/hwapi-error-reason.xml index 4b67a32b06..38b05a4ad9 100644 --- a/reference/hwapi/functions/hwapi-error-reason.xml +++ b/reference/hwapi/functions/hwapi-error-reason.xml @@ -1,5 +1,5 @@ - + @@ -10,7 +10,7 @@ Description objectreason - void + Returns the first error reason. diff --git a/reference/hwapi/functions/hwapi-reason-description.xml b/reference/hwapi/functions/hwapi-reason-description.xml index 5eebb08daf..5b1386bc3f 100644 --- a/reference/hwapi/functions/hwapi-reason-description.xml +++ b/reference/hwapi/functions/hwapi-reason-description.xml @@ -1,5 +1,5 @@ - + @@ -10,7 +10,7 @@ Description stringdescription - void + Returns the description of a reason diff --git a/reference/hwapi/functions/hwapi-reason-type.xml b/reference/hwapi/functions/hwapi-reason-type.xml index 1e2ee97ee2..82f3fe5f14 100644 --- a/reference/hwapi/functions/hwapi-reason-type.xml +++ b/reference/hwapi/functions/hwapi-reason-type.xml @@ -1,5 +1,5 @@ - + @@ -10,7 +10,7 @@ Description objecttype - void + Returns the type of a reason. diff --git a/reference/soap/functions/SoapClient-getFunctions.xml b/reference/soap/functions/SoapClient-getFunctions.xml index 7081976784..5f47b27183 100644 --- a/reference/soap/functions/SoapClient-getFunctions.xml +++ b/reference/soap/functions/SoapClient-getFunctions.xml @@ -1,5 +1,5 @@ - + SoapClient::__getFunctions @@ -11,7 +11,7 @@ Description arraySoapClient::__getFunctions - void + This function works only in WSDL mode. diff --git a/reference/soap/functions/SoapClient-getLastRequest.xml b/reference/soap/functions/SoapClient-getLastRequest.xml index 1d413f83fa..c72a86f719 100644 --- a/reference/soap/functions/SoapClient-getLastRequest.xml +++ b/reference/soap/functions/SoapClient-getLastRequest.xml @@ -1,5 +1,5 @@ - + SoapClient::__getLastRequest @@ -11,7 +11,7 @@ Description stringSoapClient::__getLastRequest - void + This function works only with SoapClient which was created with diff --git a/reference/soap/functions/SoapClient-getLastResponse.xml b/reference/soap/functions/SoapClient-getLastResponse.xml index cabb6a8f2b..fe96eb213f 100644 --- a/reference/soap/functions/SoapClient-getLastResponse.xml +++ b/reference/soap/functions/SoapClient-getLastResponse.xml @@ -1,5 +1,5 @@ - + SoapClient::__getLastResponse @@ -11,7 +11,7 @@ Description objectSoapClient::__getLastResponse - void + This function works only with SoapClient which was created with diff --git a/reference/soap/functions/SoapClient-getTypes.xml b/reference/soap/functions/SoapClient-getTypes.xml index 9caa2feddd..0ce3421643 100644 --- a/reference/soap/functions/SoapClient-getTypes.xml +++ b/reference/soap/functions/SoapClient-getTypes.xml @@ -1,5 +1,5 @@ - + SoapClient::__getTypes @@ -11,7 +11,7 @@ Description arraySoapClient::__getTypes - void + This function works only in WSDL mode. diff --git a/reference/soap/functions/SoapServer-getFunctions.xml b/reference/soap/functions/SoapServer-getFunctions.xml index fe834229cb..2c999afeb7 100644 --- a/reference/soap/functions/SoapServer-getFunctions.xml +++ b/reference/soap/functions/SoapServer-getFunctions.xml @@ -1,5 +1,5 @@ - + SoapServer::getFunctions @@ -11,7 +11,7 @@ Description arraySoapServer::getFunctions - void + This functions returns the list of all functions which was added by