php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Doc Bug #16964 error in ODBC_FETCH_INTO()
Submitted: 2002-05-02 09:21 UTC Modified: 2002-05-06 01:56 UTC
From: Christianweg at bwb dot org Assigned:
Status: Closed Package: Documentation problem
PHP Version: 4.2.0 OS: Winnt
Private report: No CVE-ID: None
 [2002-05-02 09:21 UTC] Christianweg at bwb dot org
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])




Patches

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2002-05-02 10:23 UTC] kalowsky@php.net
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 10:25 UTC] derick@php.net
It's a docu problem.
 [2002-05-03 01:12 UTC] Christianweg at bwb dot org
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-03 08:48 UTC] kalowsky@php.net
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-06 01:56 UTC] Christianweg at bwb dot org
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
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Wed Aug 14 22:01:28 2024 UTC