ID:               16964
 Updated by:       [EMAIL PROTECTED]
 Reported By:      [EMAIL PROTECTED]
 Status:           Open
 Bug Type:         Documentation problem
 Operating System: Winnt
 PHP Version:      4.2.0
 New Comment:

This was not a question to the support. I think The doku from PHP is
false. 
The Version 4.1 from PHP was this correct :int odbc_fetch_into ( int
result_id [, int rownumber, array
result_array].And in the Version 4.2 you must do int odbc_fetch_into (
int result_id [, array result_array, int
rownumber]). This is not correct.


Previous Comments:
------------------------------------------------------------------------

[2002-05-02 10:25:54] [EMAIL PROTECTED]

It's a docu problem.

------------------------------------------------------------------------

[2002-05-02 10:23:33] [EMAIL PROTECTED]

The bug system is not the appropriate forum for asking support
questions. For a list of a range of more appropriate places to ask
for help using PHP, please visit http://www.php.net/support.php

Please read the manual.

------------------------------------------------------------------------

[2002-05-02 09:21:31] [EMAIL PROTECTED]

Doku:
int odbc_fetch_into ( int result_id [, int rownumber, array
result_array]) ----> donīt work

this is okay :
int odbc_fetch_into ( int result_id [, array result_array, int
rownumber])





------------------------------------------------------------------------


-- 
Edit this bug report at http://bugs.php.net/?id=16964&edit=1

Reply via email to