source: www/manuals/PHP_manual/function.sesam-field-name.html@ 1

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

Prvotní import všeho

File size: 2.9 KB
Line 
1<HTML
2><HEAD
3><TITLE
4>sesam_field_name</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="SESAM database functions"
13HREF="ref.sesam.html"><LINK
14REL="PREVIOUS"
15TITLE="sesam_field_array"
16HREF="function.sesam-field-array.html"><LINK
17REL="NEXT"
18TITLE="sesam_free_result"
19HREF="function.sesam-free-result.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.sesam-field-array.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.sesam-free-result.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.sesam-field-name"
75></A
76>sesam_field_name</H1
77><DIV
78CLASS="refnamediv"
79><A
80NAME="AEN76985"
81></A
82><P
83> (PHP 3 CVS only)</P
84>sesam_field_name&nbsp;--&nbsp;
85 Return one column name of the result set
86 </DIV
87><DIV
88CLASS="refsect1"
89><A
90NAME="AEN76988"
91></A
92><H2
93>Description</H2
94>int <B
95CLASS="methodname"
96>sesam_field_name</B
97> ( string result_id, int index)<BR
98></BR
99><P
100>&#13; Returns the name of a field (i.e., the column name) in the result
101 set, or <TT
102CLASS="constant"
103><B
104>FALSE</B
105></TT
106> on error.
107 </P
108><P
109>&#13; For "immediate" queries, or for dynamic columns, an empty string
110 is returned.
111 </P
112><DIV
113CLASS="note"
114><BLOCKQUOTE
115CLASS="note"
116><P
117><B
118>Poznámka: </B
119>
120 The column index is zero-based, not one-based as in SESAM.
121 </P
122></BLOCKQUOTE
123></DIV
124><P
125>&#13; See also: <A
126HREF="function.sesam-field-array.html"
127><B
128CLASS="function"
129>sesam_field_array()</B
130></A
131>. It provides an
132 easier interface to access the column names and types, and allows
133 for detection of "multiple fields".
134 </P
135></DIV
136><DIV
137CLASS="NAVFOOTER"
138><HR
139ALIGN="LEFT"
140WIDTH="100%"><TABLE
141SUMMARY="Footer navigation table"
142WIDTH="100%"
143BORDER="0"
144CELLPADDING="0"
145CELLSPACING="0"
146><TR
147><TD
148WIDTH="33%"
149ALIGN="left"
150VALIGN="top"
151><A
152HREF="function.sesam-field-array.html"
153ACCESSKEY="P"
154>Pøedcházející</A
155></TD
156><TD
157WIDTH="34%"
158ALIGN="center"
159VALIGN="top"
160><A
161HREF="index.html"
162ACCESSKEY="H"
163>Domù</A
164></TD
165><TD
166WIDTH="33%"
167ALIGN="right"
168VALIGN="top"
169><A
170HREF="function.sesam-free-result.html"
171ACCESSKEY="N"
172>Dal¹í</A
173></TD
174></TR
175><TR
176><TD
177WIDTH="33%"
178ALIGN="left"
179VALIGN="top"
180>sesam_field_array</TD
181><TD
182WIDTH="34%"
183ALIGN="center"
184VALIGN="top"
185><A
186HREF="ref.sesam.html"
187ACCESSKEY="U"
188>Nahoru</A
189></TD
190><TD
191WIDTH="33%"
192ALIGN="right"
193VALIGN="top"
194>sesam_free_result</TD
195></TR
196></TABLE
197></DIV
198></BODY
199></HTML
200>
Note: See TracBrowser for help on using the repository browser.