Documentation

UrlEncodedBody extends AbstractMessageBody
in package

A URL-encoded request message.

Table of Contents

$content  : mixed
$query  : mixed
__construct()  : mixed
__set()  : mixed
The magic setter is overridden to insure immutability.
__toString()  : mixed
getContent()  : string
getContentLength()  : string
getContentType()  : string
getQuery()  : mixed

Properties

Methods

__construct()

public __construct(mixed $query) : mixed
Parameters
$query : mixed

A query string or an associative array representing a query string

Return values
mixed

__set()

The magic setter is overridden to insure immutability.

public final __set( $name,  $value) : mixed
Parameters
$name :
$value :
Return values
mixed

getContent()

public getContent() : string
Return values
string

the content

getContentLength()

public getContentLength() : string
Return values
string

the Content-Length header

getContentType()

public getContentType() : string
Return values
string

the Content-Type header (application/x-www-form-urlencoded)

getQuery()

public getQuery() : mixed
Return values
mixed

a query string or an associative array representing a query string

Search results