Solar_Uri::getQuery()

public string Solar_Uri::getQuery ( void )

Returns the query portion as a string.

Parameters

  • None.

Returns

  • (string) The query string; e.g., foo=bar&baz=dib.

Description

Returns the query portion as a string.

When $_query is non-null, uses » http_build_query() on it; otherwise, returns the Solar_Uri::$_query_str property.



Local