execute

  1. drupal
    1. drupal7
Versionen
drupal7 public DatabaseStatementInterface::execute($args = array(), $options = array())

Executes a prepared statement

Übergabeparameter

$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.

Rückgabewert

TRUE on success, or FALSE on failure.

Verwandte Themen

Code

includes/database/database.inc, line 1493

<?php
public function execute($args = array(), $options = array());
?>

Kommentare

Kommentar hinzufügen

Der Inhalt dieses Feldes wird nicht öffentlich zugänglich angezeigt.
  • Internet- und E-Mail-Adressen werden automatisch umgewandelt.
  • Zulässige HTML-Tags: <a> <em> <strong> <cite> <code> <ul> <ol> <li> <dl> <dt> <dd>
  • Zeilen und Absätze werden automatisch erzeugt.

Weitere Informationen über Formatierungsoptionen

Kommentar hinzufügen

Der Inhalt dieses Feldes wird nicht öffentlich zugänglich angezeigt.
  • Internet- und E-Mail-Adressen werden automatisch umgewandelt.
  • Zulässige HTML-Tags: <a> <em> <strong> <cite> <code> <ul> <ol> <li> <dl> <dt> <dd>
  • Zeilen und Absätze werden automatisch erzeugt.

Weitere Informationen über Formatierungsoptionen