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

I read the english doku and I have see this example. But normaly I read
the German Doku and there is no example about the version 4.2 . 
Thanks for help.

Chris


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

[2002-05-03 08:48:28] [EMAIL PROTECTED]

No, that is the valid format.  Please read the odbc_fetch_into
documentation very carefully, and you will find the last example for
PHP 4.2.0 shows what you are saying.  Albiet it can be further marked.

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

[2002-05-03 01:12:21] [EMAIL PROTECTED]

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.

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

[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