トップ
ブログ
ダウンロード
サイトマップ
Contents
してログ::ブログ
ダウンロード
セレクトショップ
Services
電光掲示板
カレンダー作成
FAX送付状作成
空のライブカメラ
実験中のサービス
二軍落ちサービス
Tools
テキストデータ処理
ファイル加工ツール
正規表現デバッグツール
Documents
各種マニュアル
その他の記事・資料
お勧めの情報
Links
YouTubeメインch
YouTubeゲームch
« FFI\CType
FFI\ParserException »
PHP Manual
FFI
FFI Exceptions
FFI Exceptions
(PHP 7 >= 7.4.0)
はじめに
クラス概要
FFI\Exception
extends
Error
implements
Throwable
{
/* 継承したプロパティ */
protected
string
$
message
;
protected
int
$
code
;
protected
string
$
file
;
protected
int
$
line
;
/* 継承したメソッド */
final
public
Error::getMessage
(
void
) :
string
final
public
Error::getPrevious
(
void
) :
Throwable
final
public
Error::getCode
(
void
) :
mixed
final
public
Error::getFile
(
void
) :
string
final
public
Error::getLine
(
void
) :
int
final
public
Error::getTrace
(
void
) :
array
final
public
Error::getTraceAsString
(
void
) :
string
public
Error::__toString
(
void
) :
string
final
private
Error::__clone
(
void
) :
void
}