mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-15 16:38:54 +00:00
Correct errors reported by jsgoupil in bug #32788.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@184806 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
44edcd5392
commit
f67478942b
2 changed files with 4 additions and 4 deletions
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.3 $ -->
|
||||
<!-- $Revision: 1.4 $ -->
|
||||
<!-- Generated by xml_proto.php v2.2. Found in /scripts directory of phpdoc. -->
|
||||
<refentry id="function.db2-field-scale">
|
||||
<refnamediv>
|
||||
|
@ -50,7 +50,7 @@
|
|||
<refsect1 role="returnvalues">
|
||||
&reftitle.returnvalues;
|
||||
<para>
|
||||
Returns an integer containing the precision of the specified column. If the
|
||||
Returns an integer containing the scale of the specified column. If the
|
||||
specified column does not exist in the result set,
|
||||
<function>db2_field_scale</function> returns &false;.
|
||||
</para>
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.2 $ -->
|
||||
<!-- $Revision: 1.3 $ -->
|
||||
<!-- Generated by xml_proto.php v2.2. Found in /scripts directory of phpdoc. -->
|
||||
<refentry id="function.db2-free-stmt">
|
||||
<refnamediv>
|
||||
|
@ -20,7 +20,7 @@
|
|||
<para>
|
||||
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 <function>db2_free_result</function> to explicitly free the
|
||||
you can call <function>db2_free_stmt</function> to explicitly free the
|
||||
statement resources before the end of the script.
|
||||
</para>
|
||||
|
||||
|
|
Loading…
Reference in a new issue