PHP Trait Airship\Engine\Bolt\Get

Handle HTTP get params on mildly misconfigured servers.
Show file Open project: paragonie/airship

Protected Methods

Method Description
httpGetParams ( string &$lastPiece = null ) : array Work around poorly-configured web servers by parsing out the GET parameters

Method Details

httpGetParams() protected method

Be forewarned: this will overwrite $lastPiece
protected httpGetParams ( string &$lastPiece = null ) : array
$lastPiece string
return array