PHP Function Table / Implementation & Documentation

_ a b c d e f g h i j k l m n o p q r s t u v w x y z    alphabetical    by extension    about    statistics

alias mssql_data_seek


Move internal row pointer
this is an alias for function sybase_data_seek

in the current (CVS) version of PHP3, this alias
is definend in php3/functions/sybase.c

in the current (CVS) version of PHP4, this alias
is definend in php4/ext/mssql/php_mssql.c
and implemented in php4/ext/mssql/php_mssql.c

it is documented in mssql.xml

a japanese translation is available

there is a proto in latest PHP3 source:
bool mssql_data_seek(int result, int offset)
Move internal row pointer

there is a proto in latest PHP4 source:
int mssql_data_seek(int result_id, int offset)
Moves the internal row pointer of the MS-SQL result associated with the specified result identifier to pointer to the specified row number

PHP 3.0.*
01234567891
0
1
1
1
2
1
3
1
4
1
5
1
6
c
v
s
xxxxxxxxxxxxxxxxxx
 

 

PHP 4.0.*
0
b
1
0
b
2
0
b
4
0
R
C
1
0
R
C
2
0c
v
s
xxxxxxx


last update Die 23 Mai 2000 10:00:55 CEST

(c) 2000 Hartmut Holzgraefe