Toggle navigation
Hot Examples
FR
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
PHP
PHP
C#
Java
Go
C++
Python
JS
TS
Rechercher
Accueil
think
db
exception
BindParamException
PHP Class think\db\exception\BindParamException
Inheritance:
extends
think\exception\DbException
Afficher le fichier
Open project: top-think/framework
Méthodes publiques
Méthode
Description
__construct
(
string
$message
,
array
$config
,
string
$sql
,
array
$bind
,
integer
$code
= 10502 )
BindParamException constructor.
Method Details
__construct()
public
méthode
BindParamException constructor.
public
__construct
(
string
$message
,
array
$config
,
string
$sql
,
array
$bind
,
integer
$code
= 10502 )
$message
string
$config
array
$sql
string
$bind
array
$code
integer