|
maxdb_data_seekmaxdb_result::data_seekAdjusts the result pointer to an arbitary row in the result BeschreibungProzeduraler Stil
bool maxdb_data_seek
( resource
$result
, int $offset
)Objektorientierter Stil
bool maxdb_result::data_seek
( int
$offset
)
The maxdb_data_seek function seeks to an arbitrary result pointer
specified by the Rückgabewerte
Gibt bei Erfolg BeispieleBeispiel #1 Objektorientierter Stil
<?phpBeispiel #2 Prozeduraler Stil
<?phpDas oben gezeigte Beispiel erzeugt eine ähnliche Ausgabe wie: City: Irvine State: CA Siehe auch
|