source: www/manuals/PHP_manual/function.yaz-range.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.7 KB
Line 
1<HTML
2><HEAD
3><TITLE
4>yaz_range</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="YAZ functions"
13HREF="ref.yaz.html"><LINK
14REL="PREVIOUS"
15TITLE="yaz_present"
16HREF="function.yaz-present.html"><LINK
17REL="NEXT"
18TITLE="yaz_record"
19HREF="function.yaz-record.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.yaz-present.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.yaz-record.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.yaz-range"
75></A
76>yaz_range</H1
77><DIV
78CLASS="refnamediv"
79><A
80NAME="AEN89530"
81></A
82><P
83> (PHP 4 &#62;= 4.0.1)</P
84>yaz_range&nbsp;--&nbsp;
85 Specifies the maximum number of records to retrieve
86 </DIV
87><DIV
88CLASS="refsect1"
89><A
90NAME="AEN89533"
91></A
92><H2
93>Description</H2
94>int <B
95CLASS="methodname"
96>yaz_range</B
97> ( int id, int start, int number)<BR
98></BR
99><P
100>&#13; This function is used in conjunction with
101 <A
102HREF="function.yaz-search.html"
103><B
104CLASS="function"
105>yaz_search()</B
106></A
107> to specify the maximum number of
108 records to retrieve (number) and the first record position
109 (start). If this function is not invoked (only
110 <A
111HREF="function.yaz-search.html"
112><B
113CLASS="function"
114>yaz_search()</B
115></A
116>) start is set to 1 and number is
117 set to 10.
118 </P
119><P
120>&#13; Returns <TT
121CLASS="constant"
122><B
123>TRUE</B
124></TT
125> on success; <TT
126CLASS="constant"
127><B
128>FALSE</B
129></TT
130> on error.
131 </P
132></DIV
133><DIV
134CLASS="NAVFOOTER"
135><HR
136ALIGN="LEFT"
137WIDTH="100%"><TABLE
138SUMMARY="Footer navigation table"
139WIDTH="100%"
140BORDER="0"
141CELLPADDING="0"
142CELLSPACING="0"
143><TR
144><TD
145WIDTH="33%"
146ALIGN="left"
147VALIGN="top"
148><A
149HREF="function.yaz-present.html"
150ACCESSKEY="P"
151>Pøedcházející</A
152></TD
153><TD
154WIDTH="34%"
155ALIGN="center"
156VALIGN="top"
157><A
158HREF="index.html"
159ACCESSKEY="H"
160>Domù</A
161></TD
162><TD
163WIDTH="33%"
164ALIGN="right"
165VALIGN="top"
166><A
167HREF="function.yaz-record.html"
168ACCESSKEY="N"
169>Dal¹í</A
170></TD
171></TR
172><TR
173><TD
174WIDTH="33%"
175ALIGN="left"
176VALIGN="top"
177>yaz_present</TD
178><TD
179WIDTH="34%"
180ALIGN="center"
181VALIGN="top"
182><A
183HREF="ref.yaz.html"
184ACCESSKEY="U"
185>Nahoru</A
186></TD
187><TD
188WIDTH="33%"
189ALIGN="right"
190VALIGN="top"
191>yaz_record</TD
192></TR
193></TABLE
194></DIV
195></BODY
196></HTML
197>
Note: See TracBrowser for help on using the repository browser.