diff --git a/reference/stream/functions/stream-get-meta-data.xml b/reference/stream/functions/stream-get-meta-data.xml index c840d2d61c..81a87c0080 100644 --- a/reference/stream/functions/stream-get-meta-data.xml +++ b/reference/stream/functions/stream-get-meta-data.xml @@ -1,5 +1,5 @@ - + stream_get_meta_data @@ -95,6 +95,29 @@ linkend="ref.sockets">Socket extension. + + The following items were added in PHP 5.0: + + + + + mode (string) - the mode (or permissions) of the + URI associated with this stream. + + + + + seakable (bool) - whether the current stream can + be seeked in. + + + + + uri (string) - the URI/filename associated with this + stream. + + +