You are here

public function StreamWrapperInterface::stream_open in AmazonS3 7.2

File

tests/include/DrupalStreamWrapperInterface.inc, line 14
Copy in Drupal's stream wrapper interfaces so we don't rely on finding a Drupal installation to run PHPUnit tests.

Class

StreamWrapperInterface
Generic PHP stream wrapper interface.

Code

public function stream_open($uri, $mode, $options, &$opened_url);