PHP Dokumentation: Function httprequest-addquerydata
12. Januar 2010 von werner
HttpRequest::addQueryData
(PECL pecl_http >= 0.10.0)
HttpRequest::addQueryData — Add query data
Beschreibung
public bool HttpRequest::addQueryData ( array $query_params )
Add parameters to the query parameter list, leaving previously set unchanged.
Affects any request type.
Parameter-Liste
- query_params
an associative array as parameter containing the query fields to add
Rückgabewerte
Gibt bei Erfolg TRUE zurück. Im Fehlerfall wird FALSE zurückgegeben.