public function Parameters::toArray in Zircon Profile 8
Same name and namespace in other branches
- 8.0 vendor/zendframework/zend-stdlib/src/Parameters.php \Zend\Stdlib\Parameters::toArray()
Serialize to native PHP array
Return value
array
Overrides ParametersInterface::toArray
File
- vendor/
zendframework/ zend-stdlib/ src/ Parameters.php, line 61
Class
Namespace
Zend\StdlibCode
public function toArray() {
return $this
->getArrayCopy();
}