| Versionen | |
|---|---|
| drupal7 | public DatabaseStatementInterface::execute($args = array(), $options = array()) |
Executes a prepared statement
$args An array of values with as many elements as there are bound parameters in the SQL statement being executed.
$options An array of options for this query.
TRUE on success, or FALSE on failure.
includes/
<?php
public function execute($args = array(), $options = array());
?>
Kommentare
Kommentar hinzufügen