PHP 클래스 ConfManaPHP\Db\Adapter\Mysql

파일 보기 프로젝트 열기: manaphp/manaphp

공개 프로퍼티들

프로퍼티 타입 설명
$dbname string
$dsn string
$host string
$options array
$password string
$port integer
$username string

프로퍼티 상세

$dbname 공개적으로 프로퍼티

public string $dbname
리턴 string

$dsn 공개적으로 프로퍼티

public string $dsn
리턴 string

$host 공개적으로 프로퍼티

public string $host
리턴 string

$options 공개적으로 프로퍼티

public array $options
리턴 array

$password 공개적으로 프로퍼티

public string $password
리턴 string

$port 공개적으로 프로퍼티

public int $port
리턴 integer

$username 공개적으로 프로퍼티

public string $username
리턴 string