public function StreamWrapperInterface::url_stat

7.x stream_wrappers.inc public StreamWrapperInterface::url_stat($uri, $flags)
1 method overrides StreamWrapperInterface::url_stat()
DrupalLocalStreamWrapper::url_stat in drupal-7.x/includes/stream_wrappers.inc
Support for stat().

File

drupal-7.x/includes/stream_wrappers.inc, line 113
Drupal stream wrapper interface.

Class

StreamWrapperInterface
Generic PHP stream wrapper interface.

Code

public function url_stat($uri, $flags);