function OEmbedStreamWrapper::stream_lock in oEmbed 7
Same name and namespace in other branches
- 7.0 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;
}