You are here

public function EasyRdf_ParsedUri::getQuery in Zircon Profile 8

Same name and namespace in other branches
  1. 8.0 vendor/easyrdf/easyrdf/lib/EasyRdf/ParsedUri.php \EasyRdf_ParsedUri::getQuery()

Returns the query string part of the URI (e.g. foo=bar)

Return value

string

File

vendor/easyrdf/easyrdf/lib/EasyRdf/ParsedUri.php, line 164

Class

EasyRdf_ParsedUri
A RFC3986 compliant URI parser

Code

public function getQuery() {
  return $this->query;
}