? FFI\CType
FFI\ParserException ?
PHP Manual
FFI
FFI Exceptions
FFI Exceptions
(PHP 7 >= 7.4.0, PHP 8)
简介
类摘要
FFI\Exception
extends
Error
implements
Throwable
{
/* 继承的属性 */
protected
string
$
message
;
protected
int
$
code
;
protected
string
$
file
;
protected
int
$
line
;
/* 继承的方法 */
final
public
Error::getMessage
( ) :
string
final
public
Error::getPrevious
( ) :
Throwable
final
public
Error::getCode
( ) :
mixed
final
public
Error::getFile
( ) :
string
final
public
Error::getLine
( ) :
int
final
public
Error::getTrace
( ) :
array
final
public
Error::getTraceAsString
( ) :
string
public
Error::__toString
( ) :
string
final
private
Error::__clone
( ) :
void
}
User Contributed Notes
There are no user contributed notes for this page.