update : 2015.11.03
php.shukuma.com검색:
|
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. 예제
Example #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) 참고
|