stream_stat ()

Retrieve information about a file resource.

Access

public

Returns

Type

Description

array

Returns the same data as a call to stat().

Source

Method defined in extensions/s3streamwrapper.class.php | Toggle source view (4 lines) | View on GitHub

public function stream_stat()
{
    return $this->url_stat($this->path, null);
}

Copyright © 2010–2013 Amazon Web Services, LLC


Feedback