php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Doc Bug #32788 [DOC] English : db2
Submitted: 2005-04-21 05:39 UTC Modified: 2005-04-21 06:05 UTC
From: jsgoupil@php.net Assigned:
Status: Closed Package: Documentation problem
PHP Version: Irrelevant OS:
Private report: No CVE-ID: None
 [2005-04-21 05:39 UTC] jsgoupil@php.net
Description:
------------
db2_field_scale :
- Returns an integer containing the precision of the specified column.
+ Returns an integer containing the scale of the specified column.


db2_free_stmt :
 Frees the system and database resources that are associated with a statement resource. These resources are freed implicitly when a script finishes, but you can call db2_free_result() to explicitly free the statement resources before the end of the script.

>> It is the SAME :) with the SAME (db2_free_result()) function ;)


Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2005-04-21 06:05 UTC] dbs@php.net
This bug has been fixed in the documentation's XML sources. Since the
online and downloadable versions of the documentation need some time
to get updated, we would like to ask you to be a bit patient.

Thank you for the report, and for helping us make our documentation better.
 
PHP Copyright © 2001-2025 The PHP Group
All rights reserved.
Last updated: Sat Aug 02 10:00:02 2025 UTC