You are here

function OEmbedStreamWrapper::stream_lock in oEmbed 7.0

Same name and namespace in other branches
  1. 7 OEmbedStreamWrapper.inc \OEmbedStreamWrapper::stream_lock()

Undocumented PHP stream wrapper method.

Overrides StreamWrapperInterface::stream_lock

File

./OEmbedStreamWrapper.inc, line 190
Create a oEmbed Stream Wrapper class.

Class

OEmbedStreamWrapper
@file Create a oEmbed Stream Wrapper class.

Code

function stream_lock($operation) {
  return FALSE;
}