Toggle navigation
Hot Examples
KO
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
PHP
PHP
C#
Java
Go
C++
Python
JS
TS
검색
홈
ParagonIE
EasyDB
Factory
PHP 클래스 ParagonIE\EasyDB\Factory
파일 보기
프로젝트 열기: paragonie/easydb
1 사용 예제들
공개 메소드들
메소드
설명
create
(
string
$dsn
,
string
$username
= null,
string
$password
= null,
array
$options
= [] ) :
EasyDB
Create a new EasyDB object based on PDO constructors
메소드 상세
create()
공개
정적인
메소드
Create a new EasyDB object based on PDO constructors
public
static
create
(
string
$dsn
,
string
$username
= null,
string
$password
= null,
array
$options
= [] ) :
EasyDB
$dsn
string
$username
string
$password
string
$options
array
리턴
EasyDB