|
MysqlndUhConnection::stmtInit(PECL mysqlnd-uh >= 1.0.0-alpha) MysqlndUhConnection::stmtInit — Initializes a statement and returns a resource for use with mysqli_statement::prepare Описание
public resource MysqlndUhConnection::stmtInit
( mysqlnd_connection $connection
)
Initializes a statement and returns a resource for use with mysqli_statement::prepare. Список параметров
Возвращаемые значенияResource of type Mysqlnd Prepared Statement (internal only - you must not modify it!). The documentation may also refer to such resources using the alias name mysqlnd_prepared_statement. Примеры
Пример #1 MysqlndUhConnection::stmtInit() example
<?php Результат выполнения данного примера: proxy::stmtInit(array ( 0 => NULL, )) resource(19) of type (Mysqlnd Connection) proxy::stmtInit returns NULL resource(246) of type (Mysqlnd Prepared Statement (internal only - you must not modify it!)) int(1) Смотрите также
|
|