Deprecated: The each() function is deprecated. This message will be suppressed on further calls in /home/zhenxiangba/zhenxiangba.com/public_html/phproxy-improved-master/index.php on line 456
PHP: db2_field_scale - Manual
[go: Go Back, main page]

PHP  
downloads | documentation | faq | getting help | mailing lists | reporting bugs | php.net sites | links | my php.net 
search for in the  
<db2_field_precisiondb2_field_type" width="11" height="7"/>
view the version of this page
Last updated: Thu, 26 May 2005

db2_field_scale

(no version information, might be only in CVS)

db2_field_scale --  Returns the scale of the indicated column in a result set

説明

int db2_field_scale ( resource stmt, mixed column )

警告

この関数は、 実験的なステータスにあります。これは、この関数の 動作、関数名、ここで書かれていること全てがPHPの将来のバージョンで予告 なく変更される可能性があることを意味します。注意を喚起するとともに自分 のリスクでこの関数を使用してください。

Returns the scale of the indicated column in a result set.

パラメータ

stmt

Specifies a statement resource containing a result set.

column

Specifies the column in the result set. This can either be an integer representing the 0-indexed position of the column, or a string containing the name of the column.

戻り値

Returns an integer containing the scale of the specified column. If the specified column does not exist in the result set, db2_field_scale() returns FALSE.



add a note add a note User Contributed Notes
db2_field_scale
There are no user contributed notes for this page.

<db2_field_precisiondb2_field_type" width="11" height="7"/>
 Last updated: Thu, 26 May 2005
show source | credits | sitemap | contact | advertising | mirror sites 
Copyright © 2001-2005 The PHP Group
All rights reserved.
This mirror generously provided by: PacketBusiness, Inc.
Last updated: Tue Nov 1 06:21:56 2005 JST