Zend Framework  3.0
Public Member Functions | List of all members
ReaderInterface Interface Reference

Public Member Functions

 fromFile ($filename)
 Read from a file and create an array.
 
 fromString ($string)
 Read from a string and create an array.
 

Member Function Documentation

fromFile (   $filename)

Read from a file and create an array.

Parameters
string$filename
Returns
array

Implemented in Yaml, Ini, Xml, Json, and JavaProperties.

fromString (   $string)

Read from a string and create an array.

Parameters
string$string
Returns
array|bool

Implemented in Yaml, Ini, Xml, Json, and JavaProperties.