You are here

public function Parameters::toString in Zircon Profile 8

Same name and namespace in other branches
  1. 8.0 vendor/zendframework/zend-stdlib/src/Parameters.php \Zend\Stdlib\Parameters::toString()

Serialize to query string

Return value

string

Overrides ParametersInterface::toString

File

vendor/zendframework/zend-stdlib/src/Parameters.php, line 71

Class

Parameters

Namespace

Zend\Stdlib

Code

public function toString() {
  return http_build_query($this);
}