PHP 인터페이스 Nelmio\Alice\ParserInterface

파일 보기 프로젝트 열기: nelmio/alice 0 사용 예제들

공개 메소드들

메소드 설명
parse ( string $file ) : array Parses the given file and returns an array of data.

메소드 상세

parse() 공개 메소드

Parses the given file and returns an array of data.
public parse ( string $file ) : array
$file string File path
리턴 array