source: www/manuals/PHP_manual/function.mssql-fetch-array.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.1 KB
Line 
1<HTML
2><HEAD
3><TITLE
4>mssql_fetch_array</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="Microsoft SQL Server functions"
13HREF="ref.mssql.html"><LINK
14REL="PREVIOUS"
15TITLE="mssql_execute"
16HREF="function.mssql-execute.html"><LINK
17REL="NEXT"
18TITLE="mssql_fetch_assoc"
19HREF="function.mssql-fetch-assoc.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.mssql-execute.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.mssql-fetch-assoc.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.mssql-fetch-array"
75></A
76>mssql_fetch_array</H1
77><DIV
78CLASS="refnamediv"
79><A
80NAME="AEN47853"
81></A
82><P
83> (PHP 3, PHP 4 )</P
84>mssql_fetch_array&nbsp;--&nbsp;Fetch row as array</DIV
85><DIV
86CLASS="refsect1"
87><A
88NAME="AEN47856"
89></A
90><H2
91>Description</H2
92>array <B
93CLASS="methodname"
94>mssql_fetch_array</B
95> ( int result)<BR
96></BR
97><P
98>
99 Returns: An array that corresponds to the fetched row, or <TT
100CLASS="constant"
101><B
102>FALSE</B
103></TT
104>
105 if there are no more rows.
106 </P
107><P
108>&#13; <B
109CLASS="function"
110>mssql_fetch_array()</B
111> is an extended version of
112 <A
113HREF="function.mssql-fetch-row.html"
114><B
115CLASS="function"
116>mssql_fetch_row()</B
117></A
118>. In addition to storing the
119 data in the numeric indices of the result array, it also stores
120 the data in associative indices, using the field names as keys.
121 </P
122><P
123>&#13; An important thing to note is that using
124 <B
125CLASS="function"
126>mssql_fetch_array()</B
127> is NOT significantly
128 slower than using <A
129HREF="function.mssql-fetch-row.html"
130><B
131CLASS="function"
132>mssql_fetch_row()</B
133></A
134>, while it
135 provides a significant added value.
136 </P
137><P
138>&#13; For further details, also see
139 <A
140HREF="function.mssql-fetch-row.html"
141><B
142CLASS="function"
143>mssql_fetch_row()</B
144></A
145>.
146 </P
147></DIV
148><DIV
149CLASS="NAVFOOTER"
150><HR
151ALIGN="LEFT"
152WIDTH="100%"><TABLE
153SUMMARY="Footer navigation table"
154WIDTH="100%"
155BORDER="0"
156CELLPADDING="0"
157CELLSPACING="0"
158><TR
159><TD
160WIDTH="33%"
161ALIGN="left"
162VALIGN="top"
163><A
164HREF="function.mssql-execute.html"
165ACCESSKEY="P"
166>Pøedcházející</A
167></TD
168><TD
169WIDTH="34%"
170ALIGN="center"
171VALIGN="top"
172><A
173HREF="index.html"
174ACCESSKEY="H"
175>Domù</A
176></TD
177><TD
178WIDTH="33%"
179ALIGN="right"
180VALIGN="top"
181><A
182HREF="function.mssql-fetch-assoc.html"
183ACCESSKEY="N"
184>Dal¹í</A
185></TD
186></TR
187><TR
188><TD
189WIDTH="33%"
190ALIGN="left"
191VALIGN="top"
192>mssql_execute</TD
193><TD
194WIDTH="34%"
195ALIGN="center"
196VALIGN="top"
197><A
198HREF="ref.mssql.html"
199ACCESSKEY="U"
200>Nahoru</A
201></TD
202><TD
203WIDTH="33%"
204ALIGN="right"
205VALIGN="top"
206>mssql_fetch_assoc</TD
207></TR
208></TABLE
209></DIV
210></BODY
211></HTML
212>
Note: See TracBrowser for help on using the repository browser.