function DrupalRemoteStreamWrapper::realpath in Remote Stream Wrapper 7
Implements realpath().
Overrides DrupalStreamWrapperInterface::realpath
File
- ./
remote_stream_wrapper.inc, line 112
Class
- DrupalRemoteStreamWrapper
- Stream wrapper to support local files.
Code
function realpath() {
return FALSE;
}