Toggle navigation
Hot Examples
JP
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
PHP
PHP
C#
Java
Go
C++
Python
JS
TS
検索
Home
Overtrue
PHPLint
Process
Lint
PHP Class Overtrue\PHPLint\Process\Lint
Inheritance:
extends
Symfony\Component\Process\Process
ファイルを表示
Open project: overtrue/phplint
Public Methods
Method
Description
getSyntaxError
( ) :
boolean
|
string
hasSyntaxError
( ) :
boolean
parseError
(
string
$message
) :
array
Parse error message.
Method Details
getSyntaxError()
public
method
public
getSyntaxError
( ) :
boolean
|
string
return
boolean
|
string
hasSyntaxError()
public
method
public
hasSyntaxError
( ) :
boolean
return
boolean
parseError()
public
method
Parse error message.
public
parseError
(
string
$message
) :
array
$message
string
return
array