cubrid_data_seek

(PECL CUBRID >= 8.3.0)

cubrid_data_seekMove the internal row pointer of the CUBRID result

Beschreibung

cubrid_data_seek(resource $result, int $row_number): bool

This function performs the moving of the internal row pointer of the CUBRID result (associated with the specified result identifier) to point to a specific row number. There are functions, such as cubrid_fetch_assoc(), which use the current stored value of row number.

Parameter-Liste

result

The result.

row_number

This is the desired row number of the new result pointer.

Rückgabewerte

Returns true on success or false on failure.

Beispiele

Beispiel #1 cubrid_data_seek() example

<?php
$conn 
cubrid_connect("127.0.0.1"33000"demodb");

$req cubrid_execute($conn"SELECT * FROM code");
cubrid_data_seek($req0);

$result cubrid_fetch_row($req);
var_dump($result);

cubrid_data_seek($req2);
$result cubrid_fetch_row($req);
var_dump($result);

cubrid_data_seek($req4);
$result cubrid_fetch_row($req);
var_dump($result);

cubrid_close_request($req);
cubrid_disconnect($conn);
?>

Das oben gezeigte Beispiel erzeugt folgende Ausgabe:

array(2) {
  [0]=>
  string(1) "X"
  [1]=>
  string(5) "Mixed"
}
array(2) {
  [0]=>
  string(1) "M"
  [1]=>
  string(3) "Man"
}
array(2) {
  [0]=>
  string(1) "S"
  [1]=>
  string(6) "Silver"
}

Hier Kannst Du einen Kommentar verfassen


Bitte gib mindestens 10 Zeichen ein.
Wird geladen... Bitte warte.
* Pflichtangabe
Es sind noch keine Kommentare vorhanden.

Was genau bedeutet "Vibe Coding"? Ein tiefgehender Blick für Entwickler

In der Welt der Softwareentwicklung gibt es unzählige Wege, wie man an ein Projekt herangeht. Manche schwören auf strikte Planung, andere auf bewährte Algorithmen und wieder andere lassen sich von etwas ganz anderem leiten: ihrem Gefühl. ...

admin

Autor : admin
Kategorie: Software & Web-Development

PHP cURL-Tutorial: Verwendung von cURL zum Durchführen von HTTP-Anfragen

cURL ist eine leistungsstarke PHP-Erweiterung, die es Ihnen ermöglicht, mit verschiedenen Servern über verschiedene Protokolle wie HTTP, HTTPS, FTP und mehr zu kommunizieren. ...

TheMax

Autor : TheMax
Kategorie: PHP-Tutorials

Midjourney Tutorial - Anleitung für Anfänger

Über Midjourney, dem Tool zur Erstellung digitaler Bilder mithilfe von künstlicher Intelligenz, gibt es ein informatives Video mit dem Titel "Midjourney Tutorial auf Deutsch - Anleitung für Anfänger" ...

Mike94

Autor : Mike94
Kategorie: KI Tutorials

Tutorial veröffentlichen

Tutorial veröffentlichen

Teile Dein Wissen mit anderen Entwicklern weltweit

Du bist Profi in deinem Bereich und möchtest dein Wissen teilen, dann melde dich jetzt an und teile es mit unserer PHP-Community

mehr erfahren

Tutorial veröffentlichen

Slope rider

You need to be more attentive and have quicker reflexes with each run, as they become increasingly challenging and faster. Your slope rider (https ...

Geschrieben von NadiaEira am 06.01.2026 11:11:57
Forum: Ankündigungen
Slope rider

The wisdom I spent my entire thirties seeking for! red ball (https://red-ball4.com/)​ I only I had read it sooner! earn to die (https://earntodi ...

Geschrieben von sloperun am 05.01.2026 10:04:37
Forum: Ankündigungen
we become what we behold

henry stickmin (https://henrystickmin.io/)​ is a special stick figure. A passionate, lively, and energetic stick figure. we become what we behol ...

Geschrieben von sloperun am 05.01.2026 10:01:30
Forum: Ankündigungen
SEO-URLs und MySQL

Fast, fun, hilarious, and totally addictive! Once you start playing, it's hard to stop. Slope Run (https://sloperun2.io/)​ Join us today for end ...

Geschrieben von sloperun am 05.01.2026 09:58:07
Forum: SQL / Datenbanken