Toggle navigation
Hot Examples
KO
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
PHP
PHP
C#
Java
Go
C++
Python
JS
TS
검색
홈
Lisphp_ParsingException
PHP 클래스 Lisphp_ParsingException
상속:
extends
Exception
파일 보기
프로젝트 열기: lisphp/lisphp
1 사용 예제들
공개 프로퍼티들
프로퍼티
타입
설명
$code
$lisphpFile
$offset
공개 메소드들
메소드
설명
__construct
(
$code
,
$offset
,
$file
= '' )
getLisphpColumn
( )
getLisphpFile
( )
getLisphpLine
( )
메소드 상세
__construct()
공개
메소드
public
__construct
(
$code
,
$offset
,
$file
= '' )
getLisphpColumn()
공개
메소드
public
getLisphpColumn
( )
getLisphpFile()
공개
메소드
public
getLisphpFile
( )
getLisphpLine()
공개
메소드
public
getLisphpLine
( )
프로퍼티 상세
$code
공개적으로 프로퍼티
public
$code
$lisphpFile
공개적으로 프로퍼티
public
$lisphpFile
$offset
공개적으로 프로퍼티
public
$offset