PHP Function List
function.mysqli_data_seek doesn't exist. Closest matches:
- mysql_data_seek
- msql_data_seek
- fbsql_data_seek
- mssql_data_seek
- cubrid_data_seek
- mysql_field_seek
- fbsql_database
- sqlite_seek
- maxdb_data_seek
- msql_field_seek
- sybase_data_seek
- fbsql_field_seek
- mssql_field_seek
- maxdb_stmt_data_seek
- mysql_tablename
- mysqli_master_query
- apd_dump_function_table
- mysqli_get_metadata
- function_exists
- mysqli_disable_rpl_parse
Site Search Results
-
Note: The function mysql_data_seek() can be used in conjunction only with mysql_query(), not with mysql_unbuffered_query().
-
mysql_data_seek() mueve el apuntador de fila interno de la respuesta de MySQL asociada con el identificador del resultado establecido indicando el número de la fila ...
-
mysql_data_seek() déplace le pointeur interne de résultat, dans le résultat associé à l'identifiant de résultat result_identifier. Il le fait pointer à la ligne row ...
-
mysql_data_seek (PHP 4, PHP 5) mysql_data_seek — 内部的な結果ポインタを移動する
-
mysqli_result::data_seek - Manual// Now if you need to loop through it again, you would first call the seek function: mysqli_data_seek ($result, 0); while ($row = mysqli_fetch_assoc ($result))

Other forms of search
To search the string "function.mysqli_data_seek" using other options, try searching:
- Only the documentation
- Only this mirror
- The entire php.net domain
- pear.php.net
- pecl.php.net
- The Bug DB
- php-general mailing list
- Internals mailing list
- Documentation mailing list
For a quick overview over all documented PHP functions, click here.
