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