range

  1. drupal
    1. drupal7
Versionen
drupal7 public SelectQueryInterface::range($start = NULL, $length = NULL)

Restricts a query to a given range in the result set.

If this method is called with no parameters, will remove any range directives that have been set.

Übergabeparameter

$start The first record from the result set to return. If NULL, removes any range directives that are set.

$limit The number of records to return from the result set.

Rückgabewert

The called object.

Verwandte Themen

Code

includes/database/select.inc, line 341

<?php
public function range($start = NULL, $length = NULL);
?>

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