PHP » GoLang |
login |
register |
about
|
GoLang MysqlndUhPreparedStatement::prepare
request it (254)
GoLang replacement for PHP's MysqlndUhPreparedStatement::prepare
[edit | history]
PHP MysqlndUhPreparedStatement::preparePHP original manual for MysqlndUhPreparedStatement::prepare [ show | php.net ]MysqlndUhPreparedStatement::prepare(PECL mysqlnd-uh >= 1.0.0-alpha) MysqlndUhPreparedStatement::prepare — Prepare an SQL statement for execution Description
public bool MysqlndUhPreparedStatement::prepare
( mysqlnd_prepared_statement
$statement
, string $query
)Prepare an SQL statement for execution. Parameters
Return Values
Returns Examples
Example #1 MysqlndUhPreparedStatement::prepare() example
<?php The above example will output: stmt_proxy::prepare(array ( 0 => NULL, 1 => 'SELECT \'Labskaus\' AS _msg FROM DUAL', )) stmt_proxy::prepare returns true bool(true) string(46) "No more you-know-what-I-mean for lunch, please" See Also
|
more
Recently updated
more
Most requested
more
Last requests
|