You are here

public function ParametersInterface::toString in Zircon Profile 8

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

To string

Allow serialization to query format; e.g., for PUT or POST requests

Return value

mixed

1 method overrides ParametersInterface::toString()
Parameters::toString in vendor/zendframework/zend-stdlib/src/Parameters.php
Serialize to query string

File

vendor/zendframework/zend-stdlib/src/ParametersInterface.php, line 67

Class

ParametersInterface

Namespace

Zend\Stdlib

Code

public function toString();