source: www/manuals/PHP_manual/streams.struct-php-stream-dirent.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.6 KB
Line 
1<HTML
2><HEAD
3><TITLE
4>struct php_stream_dirent</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="Streams Structures"
13HREF="streams.structs.html"><LINK
14REL="PREVIOUS"
15TITLE="struct php_stream_statbuf"
16HREF="streams.struct-php-stream-statbuf.html"><LINK
17REL="NEXT"
18TITLE="Streams Constants"
19HREF="streams.constants.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="streams.struct-php-stream-statbuf.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="streams.constants.html"
64ACCESSKEY="N"
65>Dal¹í</A
66></TD
67></TR
68></TABLE
69><HR
70ALIGN="LEFT"
71WIDTH="100%"></DIV
72><H1
73><A
74NAME="streams.struct-php-stream-dirent"
75></A
76>struct php_stream_dirent</H1
77><DIV
78CLASS="refnamediv"
79><A
80NAME="AEN94316"
81></A
82>struct php_stream_dirent&nbsp;--&nbsp;Holds information about a single file during dir scanning</DIV
83><DIV
84CLASS="refsect1"
85><A
86NAME="AEN94319"
87></A
88><H2
89>Description</H2
90><TABLE
91BORDER="0"
92BGCOLOR="#E0E0E0"
93CELLPADDING="5"
94><TR
95><TD
96><PRE
97CLASS="synopsis"
98><SPAN
99CLASS="structname"
100>php_stream_dirent</SPAN
101>
102 char <TT
103CLASS="structfield"
104><I
105>d_name[MAXPATHLEN]</I
106></TT
107></PRE
108></TD
109></TR
110></TABLE
111><P
112>&#13; <TT
113CLASS="structfield"
114><I
115>d_name</I
116></TT
117> holds the name of the file, relative to the directory
118 being scanned.
119 </P
120></DIV
121><DIV
122CLASS="NAVFOOTER"
123><HR
124ALIGN="LEFT"
125WIDTH="100%"><TABLE
126SUMMARY="Footer navigation table"
127WIDTH="100%"
128BORDER="0"
129CELLPADDING="0"
130CELLSPACING="0"
131><TR
132><TD
133WIDTH="33%"
134ALIGN="left"
135VALIGN="top"
136><A
137HREF="streams.struct-php-stream-statbuf.html"
138ACCESSKEY="P"
139>Pøedcházející</A
140></TD
141><TD
142WIDTH="34%"
143ALIGN="center"
144VALIGN="top"
145><A
146HREF="index.html"
147ACCESSKEY="H"
148>Domù</A
149></TD
150><TD
151WIDTH="33%"
152ALIGN="right"
153VALIGN="top"
154><A
155HREF="streams.constants.html"
156ACCESSKEY="N"
157>Dal¹í</A
158></TD
159></TR
160><TR
161><TD
162WIDTH="33%"
163ALIGN="left"
164VALIGN="top"
165>struct php_stream_statbuf</TD
166><TD
167WIDTH="34%"
168ALIGN="center"
169VALIGN="top"
170><A
171HREF="streams.structs.html"
172ACCESSKEY="U"
173>Nahoru</A
174></TD
175><TD
176WIDTH="33%"
177ALIGN="right"
178VALIGN="top"
179>Streams Constants</TD
180></TR
181></TABLE
182></DIV
183></BODY
184></HTML
185>
Note: See TracBrowser for help on using the repository browser.