You are here

public function ParametersInterface::toArray in Zircon Profile 8

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

To array

Allow serialization back to standard array

Return value

mixed

1 method overrides ParametersInterface::toArray()
Parameters::toArray in vendor/zendframework/zend-stdlib/src/Parameters.php
Serialize to native PHP array

File

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

Class

ParametersInterface

Namespace

Zend\Stdlib

Code

public function toArray();