ConnectionSetting
in package
Read onlyYes
DB接続情報。
Table of Contents
Properties
- $driver : string
- ドライバ。
- $dsn : string
- $options : array<string|int, mixed>|null
- $password : string
- $source : string
- データソースからドライバを省いた文字列。
- $user : string
Methods
- __construct() : mixed
- 生成。
Properties
$driver
ドライバ。
public
string
$driver
$dsn
public
string
$dsn
$options
public
array<string|int, mixed>|null
$options
= null
$password
public
string
$password
$source
データソースからドライバを省いた文字列。
public
string
$source
$user
public
string
$user
Methods
__construct()
生成。
public
__construct(string $dsn, string $user, string $password[, array<string, string|int>|null $options = null ]) : mixed
Parameters
- $dsn : string
-
データソース名。
- $user : string
-
ユーザー名。
- $password : string
-
パスワード。
- $options : array<string, string|int>|null = null
-
オプション。