You are here

public function ParametersInterface::fromString in Zircon Profile 8

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

From string

Allow deserialization from raw body; e.g., for PUT requests

Parameters

$string:

Return value

mixed

1 method overrides ParametersInterface::fromString()
Parameters::fromString in vendor/zendframework/zend-stdlib/src/Parameters.php
Populate from query string

File

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

Class

ParametersInterface

Namespace

Zend\Stdlib

Code

public function fromString($string);