PHP » GoLang |
login |
register |
about
|
GoLang MysqlndUhConnection::stmtInit
request it (312)
GoLang replacement for PHP's MysqlndUhConnection::stmtInit
[edit | history]
PHP MysqlndUhConnection::stmtInitPHP original manual for MysqlndUhConnection::stmtInit [ show | php.net ]MysqlndUhConnection::stmtInit(PECL mysqlnd-uh >= 1.0.0-alpha) MysqlndUhConnection::stmtInit — Initializes a statement and returns a resource for use with mysqli_statement::prepare Description
public resource MysqlndUhConnection::stmtInit
( mysqlnd_connection
$connection
)Initializes a statement and returns a resource for use with mysqli_statement::prepare. Parameters
Return ValuesResource 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. Examples
Example #1 MysqlndUhConnection::stmtInit() example
<?php The above example will output: 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) See Also
|
more
Recently updated
more
Most requested
more
Last requests
|