You are here

public function StreamWrapperInterface::url_stat in D7 Media 6

2 methods override StreamWrapperInterface::url_stat()
ResourceReadOnlyStreamWrapper::url_stat in resource/ResourceReadOnlyStreamWrapper.inc
Support for stat().
ResourceStreamWrapper::url_stat in resource/ResourceStreamWrapper.inc
Support for stat().

File

resource/ResourceStreamWrapper.inc, line 23

Class

StreamWrapperInterface
Generic PHP stream wrapper interface. @see: http://php.net/manual/en/function.stream-wrapper-register.php

Code

public function url_stat($url, $flags);