HttpRequest::getQueryData

(PECL pecl_http >= 0.10.0)

HttpRequest::getQueryDataGet query data

Beskrivelse

public string HttpRequest::getQueryData ( void )

Get the current query data in form of an urlencoded query string.

Returnerings Værdier

Returns a string containing the urlencoded query.

add a note add a note

User Contributed Notes

There are no user contributed notes for this page.
To Top