mysqli クラス
(PHP 5, PHP 7, PHP 8)
はじめに
PHP と MySQL データベースの間の接続を表します。
クラス概要
class mysqli
{
/* プロパティ */
/* メソッド */
public __construct(
?string
?string
#[\SensitiveParameter] ?string
?string
?int
?string
)
?string
$hostname
= null
,?string
$username
= null
,#[\SensitiveParameter] ?string
$password
= null
,?string
$database
= null
,?int
$port
= null
,?string
$socket
= null
)
public change_user(string
$username
, #[\SensitiveParameter] string $password
, ?string $database
): boolpublic connect(
?string
?string
#[\SensitiveParameter] ?string
?string
?int
?string
): bool
?string
$hostname
= null
,?string
$username
= null
,#[\SensitiveParameter] ?string
$password
= null
,?string
$database
= null
,?int
$port
= null
,?string
$socket
= null
): bool
public static poll(
?array
?array
array
int
int
): int|false
?array
&$read
,?array
&$error
,array
&$reject
,int
$seconds
,int
$microseconds
= 0): int|false
public real_connect(
?string
?string
#[\SensitiveParameter] ?string
?string
?int
?string
int
): bool
}?string
$hostname
= null
,?string
$username
= null
,#[\SensitiveParameter] ?string
$password
= null
,?string
$database
= null
,?int
$port
= null
,?string
$socket
= null
,int
$flags
= 0): bool