Toggle navigation
Hot Examples
IT
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
PHP
PHP
C#
Java
Go
C++
Python
JS
TS
Cerca
Home
Nelmio
Alice
ParserInterface
PHP Interface Nelmio\Alice\ParserInterface
Mostra file
Open project: nelmio/alice
Interface Usage Examples
Public Methods
Method
Description
parse
(
string
$file
) :
array
Parses the given file and returns an array of data.
Method Details
parse()
public
method
Parses the given file and returns an array of data.
public
parse
(
string
$file
) :
array
$file
string
File path
return
array