source: www/manuals/PHP_manual/function.ingres-field-scale.html@ 1

Last change on this file since 1 was 1, checked in by george, 17 years ago

Prvotní import všeho

File size: 3.6 KB
Line 
1<HTML
2><HEAD
3><TITLE
4>ingres_field_scale</TITLE
5><META
6NAME="GENERATOR"
7CONTENT="Modular DocBook HTML Stylesheet Version 1.7"><LINK
8REL="HOME"
9TITLE="Manuál PHP"
10HREF="index.html"><LINK
11REL="UP"
12TITLE="Ingres II functions"
13HREF="ref.ingres.html"><LINK
14REL="PREVIOUS"
15TITLE="ingres_field_precision"
16HREF="function.ingres-field-precision.html"><LINK
17REL="NEXT"
18TITLE="ingres_field_type"
19HREF="function.ingres-field-type.html"><META
20HTTP-EQUIV="Content-type"
21CONTENT="text/html; charset=ISO-8859-2"></HEAD
22><BODY
23CLASS="refentry"
24BGCOLOR="#FFFFFF"
25TEXT="#000000"
26LINK="#0000FF"
27VLINK="#840084"
28ALINK="#0000FF"
29><DIV
30CLASS="NAVHEADER"
31><TABLE
32SUMMARY="Header navigation table"
33WIDTH="100%"
34BORDER="0"
35CELLPADDING="0"
36CELLSPACING="0"
37><TR
38><TH
39COLSPAN="3"
40ALIGN="center"
41>Manuál PHP</TH
42></TR
43><TR
44><TD
45WIDTH="10%"
46ALIGN="left"
47VALIGN="bottom"
48><A
49HREF="function.ingres-field-precision.html"
50ACCESSKEY="P"
51>Pøedcházející</A
52></TD
53><TD
54WIDTH="80%"
55ALIGN="center"
56VALIGN="bottom"
57></TD
58><TD
59WIDTH="10%"
60ALIGN="right"
61VALIGN="bottom"
62><A
63HREF="function.ingres-field-type.html"
64ACCESSKEY="N"
65>Dal¹í</A
66></TD
67></TR
68></TABLE
69><HR
70ALIGN="LEFT"
71WIDTH="100%"></DIV
72><H1
73><A
74NAME="function.ingres-field-scale"
75></A
76>ingres_field_scale</H1
77><DIV
78CLASS="refnamediv"
79><A
80NAME="AEN37558"
81></A
82><P
83> (PHP 4 &#62;= 4.0.2)</P
84>ingres_field_scale&nbsp;--&nbsp;Get the scale of a field</DIV
85><DIV
86CLASS="refsect1"
87><A
88NAME="AEN37561"
89></A
90><H2
91>Description</H2
92>int <B
93CLASS="methodname"
94>ingres_field_scale</B
95> ( int index [, resource link])<BR
96></BR
97><DIV
98CLASS="warning"
99><P
100></P
101><TABLE
102CLASS="warning"
103BORDER="1"
104WIDTH="100%"
105><TR
106><TD
107ALIGN="CENTER"
108><B
109>Varování</B
110></TD
111></TR
112><TR
113><TD
114ALIGN="LEFT"
115><P
116>Tato funkce je
117<SPAN
118CLASS="emphasis"
119><I
120CLASS="emphasis"
121>EXPERIMENTÁLNÍ</I
122></SPAN
123>. Chování této funkce, její
124název a v¹echno ostatní, co je zde zdokumentováno, se v budoucích verzích
125PHP mù¾e BEZ OHLÁ©ENÍ zmìnit. Berte to v úvahu a pou¾ívejte tuto funkci na
126vlastní nebezpeèí.</P
127></TD
128></TR
129></TABLE
130></DIV
131><P
132>&#13; <B
133CLASS="function"
134>ingres_field_scale()</B
135> returns the scale of a
136 field. This value is used only for the decimal SQL data
137 type. For detailed information, see the Ingres/OpenAPI User Guide
138 - Appendix C.
139 </P
140><P
141>&#13; <TT
142CLASS="parameter"
143><I
144>index</I
145></TT
146> is the number of the field and must
147 be between 1 and the value given by
148 <A
149HREF="function.ingres-num-fields.html"
150><B
151CLASS="function"
152>ingres_num_fields()</B
153></A
154>.
155 </P
156><P
157>&#13; See also
158 <A
159HREF="function.ingres-query.html"
160><B
161CLASS="function"
162>ingres_query()</B
163></A
164>,
165 <A
166HREF="function.ingres-fetch-array.html"
167><B
168CLASS="function"
169>ingres_fetch_array()</B
170></A
171>,
172 <A
173HREF="function.ingres-fetch-object.html"
174><B
175CLASS="function"
176>ingres_fetch_object()</B
177></A
178>, and
179 <A
180HREF="function.ingres-fetch-row.html"
181><B
182CLASS="function"
183>ingres_fetch_row()</B
184></A
185>.
186 </P
187></DIV
188><DIV
189CLASS="NAVFOOTER"
190><HR
191ALIGN="LEFT"
192WIDTH="100%"><TABLE
193SUMMARY="Footer navigation table"
194WIDTH="100%"
195BORDER="0"
196CELLPADDING="0"
197CELLSPACING="0"
198><TR
199><TD
200WIDTH="33%"
201ALIGN="left"
202VALIGN="top"
203><A
204HREF="function.ingres-field-precision.html"
205ACCESSKEY="P"
206>Pøedcházející</A
207></TD
208><TD
209WIDTH="34%"
210ALIGN="center"
211VALIGN="top"
212><A
213HREF="index.html"
214ACCESSKEY="H"
215>Domù</A
216></TD
217><TD
218WIDTH="33%"
219ALIGN="right"
220VALIGN="top"
221><A
222HREF="function.ingres-field-type.html"
223ACCESSKEY="N"
224>Dal¹í</A
225></TD
226></TR
227><TR
228><TD
229WIDTH="33%"
230ALIGN="left"
231VALIGN="top"
232>ingres_field_precision</TD
233><TD
234WIDTH="34%"
235ALIGN="center"
236VALIGN="top"
237><A
238HREF="ref.ingres.html"
239ACCESSKEY="U"
240>Nahoru</A
241></TD
242><TD
243WIDTH="33%"
244ALIGN="right"
245VALIGN="top"
246>ingres_field_type</TD
247></TR
248></TABLE
249></DIV
250></BODY
251></HTML
252>
Note: See TracBrowser for help on using the repository browser.