PeServer

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

$source

データソースからドライバを省いた文字列。

public string $source

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

オプション。


        
On this page

Search results