The PDO class
Введение
Represents a connection between PHP and a database server.
Class synopsis
PDO
PDO
{
__construct
( string $dsn
[, string $username
[, string $password
[, array $driver_options
]]] )
int exec
( string $statement
)
PDOStatement prepare
( string $statement
[, array $driver_options= array()
] )
PDOStatement query
( string $statement
)
string quote
( string $string
[, int $parameter_type= PDO::PARAM_STR
] )
}
Содержание
|
|