source: www/manuals/PHP_manual/streams.php-stream-stat-path.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>php_stream_stat_path</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 Common API Reference"
13HREF="stream.common-api.html"><LINK
14REL="PREVIOUS"
15TITLE="Streams Common API Reference"
16HREF="stream.common-api.html"><LINK
17REL="NEXT"
18TITLE="php_stream_stat"
19HREF="streams.php-stream-stat.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="stream.common-api.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.php-stream-stat.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.php-stream-stat-path"
75></A
76>php_stream_stat_path</H1
77><DIV
78CLASS="refnamediv"
79><A
80NAME="AEN93325"
81></A
82><P
83> (no version information, might be only in CVS)</P
84>php_stream_stat_path&nbsp;--&nbsp;Gets the status for a file or URL</DIV
85><DIV
86CLASS="refsect1"
87><A
88NAME="AEN93328"
89></A
90><H2
91>Description</H2
92>int <B
93CLASS="methodname"
94>php_stream_stat_path</B
95> ( char * path, php_stream_statbuf * ssb)<BR
96></BR
97><P
98>&#13; <B
99CLASS="function"
100>php_stream_stat_path()</B
101> examines the file or URL specified by <TT
102CLASS="parameter"
103><I
104>path</I
105></TT
106>
107 and returns information such as file size, access and creation times and so on.
108 The return value is 0 on success, -1 on error.
109 For more information about the information returned, see
110 <A
111HREF="streams.struct-php-stream-statbuf.html"
112>php_stream_statbuf</A
113>.
114 </P
115></DIV
116><DIV
117CLASS="NAVFOOTER"
118><HR
119ALIGN="LEFT"
120WIDTH="100%"><TABLE
121SUMMARY="Footer navigation table"
122WIDTH="100%"
123BORDER="0"
124CELLPADDING="0"
125CELLSPACING="0"
126><TR
127><TD
128WIDTH="33%"
129ALIGN="left"
130VALIGN="top"
131><A
132HREF="stream.common-api.html"
133ACCESSKEY="P"
134>Pøedcházející</A
135></TD
136><TD
137WIDTH="34%"
138ALIGN="center"
139VALIGN="top"
140><A
141HREF="index.html"
142ACCESSKEY="H"
143>Domù</A
144></TD
145><TD
146WIDTH="33%"
147ALIGN="right"
148VALIGN="top"
149><A
150HREF="streams.php-stream-stat.html"
151ACCESSKEY="N"
152>Dal¹í</A
153></TD
154></TR
155><TR
156><TD
157WIDTH="33%"
158ALIGN="left"
159VALIGN="top"
160>Streams Common API Reference</TD
161><TD
162WIDTH="34%"
163ALIGN="center"
164VALIGN="top"
165><A
166HREF="stream.common-api.html"
167ACCESSKEY="U"
168>Nahoru</A
169></TD
170><TD
171WIDTH="33%"
172ALIGN="right"
173VALIGN="top"
174>php_stream_stat</TD
175></TR
176></TABLE
177></DIV
178></BODY
179></HTML
180>
Note: See TracBrowser for help on using the repository browser.