文字

streamWrapper::stream_stat

(PHP 4 >= 4.3.2, PHP 5)

streamWrapper::stream_statRetrieve information about a file resource

说明

public array streamWrapper::stream_stat ( void )

This method is called in response to fstat() .

参数

此函数没有参数。

返回值

See stat() .

错误/异常

调用此方法失败将给出 E_WARNING (未实现)。

参见

  • stat() - 给出文件的信息
  • streamwrapper::url_stat() - Retrieve information about a file
上一篇: 下一篇: