トップ
ブログ
ダウンロード
サイトマップ
Contents
してログ::ブログ
ダウンロード
セレクトショップ
Services
電光掲示板
カレンダー作成
FAX送付状作成
空のライブカメラ
実験中のサービス
二軍落ちサービス
Tools
テキストデータ処理
ファイル加工ツール
正規表現デバッグツール
Documents
各種マニュアル
その他の記事・資料
お勧めの情報
Links
YouTubeメインch
YouTubeゲームch
« Error::__clone
ArithmeticError »
PHP Manual
定義済みの例外
ArgumentCountError
ArgumentCountError
(PHP 7 >= PHP 7.1.0)
はじめに
ArgumentCountError
は、 ユーザー定義の関数あるいはメソッドに渡された引数が少なすぎる場合にスローされます。
クラス概要
ArgumentCountError
extends
TypeError
{
/* 継承したプロパティ */
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
}