ValueError
(PHP 8)
简介
当参数类型正确但是值不正确的时候会抛出 ValueError。
例如,当函数期望是正整数时传递负整数,
或者当函数期望它不为空时传递空字符串/数组。
类摘要
class ValueError
extends
Error
{
protected
string
$file = "";
}
There are no user contributed notes for this page.
官方地址:https://www.php.net/manual/en/class.valueerror.php