| Versionen | |
|---|---|
| drupal7 | public DatabaseStatementInterface::rowCount() |
Returns the number of rows affected by the last SQL statement.
The number of rows affected by the last DELETE, INSERT, or UPDATE statement executed
includes/
<?php
public function rowCount();
?>
Kommentare
Kommentar hinzufügen