PHP » GoLang |
login |
register |
about
|
GoLang PDOStatement::execute
request it (489)
GoLang replacement for PHP's PDOStatement::execute
[edit | history]
PDOStatement::execute(PHP 5 >= 5.1.0, PHP 7, PECL pdo >= 0.1.0) PDOStatement::execute — Executes a prepared statement Description
public bool PDOStatement::execute
([ array
$input_parameters
] )Execute the prepared statement. If the prepared statement included parameter markers, either:
Parameters
Return Values
Returns Changelog
ExamplesExample #1 Execute a prepared statement with a bound variable and value
<?php Example #2 Execute a prepared statement with an array of insert values (named parameters)
<?php Example #3 Execute a prepared statement with an array of insert values (placeholders)
<?php Example #4 Execute a prepared statement with question mark placeholders
<?php Example #5 Execute a prepared statement using array for IN clause
<?php Notes
See Also
|
more
Recently updated
more
Most requested
more
Last requests
|