Back to StreamString class

Method stream_stat

public array
stream_stat
()
Method to retrieve information from a file resource
Returns
  • array
Since
  • 1.7.0
-
  • https://www.php.net/manual/en/streamwrapper.stream-stat.php
Class: StreamString
Project: Joomla

Method stream_stat - Source code

/**
 * Method to retrieve information from a file resource
 *
 * @return  array
 *
 * @link    https://www.php.net/manual/en/streamwrapper.stream-stat.php
 * @since   1.7.0
 */
public function stream_stat()
{
    return $this->stat;
}