[ Index ]

PHP Cross Reference of moodle-2.8

title

Body

[close]

/lib/zend/Zend/Service/WindowsAzure/Storage/Blob/ -> Stream.php (summary)

Zend Framework LICENSE

Copyright: Copyright (c) 2005-2010 Zend Technologies USA Inc. (http://www.zend.com)
License: http://todo name_todo
Version: $Id$
File Size: 565 lines (15 kb)
Included or required:0 times
Referenced: 0 times
Includes or requires: 0 files

Defines 1 class

Zend_Service_WindowsAzure_Storage_Blob_Stream:: (21 methods):
  _getStorageClient()
  _getContainerName()
  _getFileName()
  stream_open()
  stream_close()
  stream_read()
  stream_write()
  stream_eof()
  stream_tell()
  stream_seek()
  stream_flush()
  stream_stat()
  unlink()
  rename()
  url_stat()
  mkdir()
  rmdir()
  dir_opendir()
  dir_readdir()
  dir_rewinddir()
  dir_closedir()


Class: Zend_Service_WindowsAzure_Storage_Blob_Stream  - X-Ref


_getStorageClient($path = '')   X-Ref
Retrieve storage client for this stream type

param: string $path
return: Zend_Service_WindowsAzure_Storage_Blob

_getContainerName($path)   X-Ref
Extract container name

param: string $path
return: string

_getFileName($path)   X-Ref
Extract file name

param: string $path
return: string

stream_open($path, $mode, $options, $opened_path)   X-Ref
Open the stream

param: string  $path
param: string  $mode
param: integer $options
param: string  $opened_path
return: boolean

stream_close()   X-Ref
Close the stream

return: void

stream_read($count)   X-Ref
Read from the stream

param: integer $count
return: string

stream_write($data)   X-Ref
Write to the stream

param: string $data
return: integer

stream_eof()   X-Ref
End of the stream?

return: boolean

stream_tell()   X-Ref
What is the current read/write position of the stream?

return: integer

stream_seek($offset, $whence)   X-Ref
Update the read/write position of the stream

param: integer $offset
param: integer $whence
return: boolean

stream_flush()   X-Ref
Flush current cached stream data to storage

return: boolean

stream_stat()   X-Ref
Returns data array of stream variables

return: array

unlink($path)   X-Ref
Attempt to delete the item

param: string $path
return: boolean

rename($path_from, $path_to)   X-Ref
Attempt to rename the item

param: string  $path_from
param: string  $path_to
return: boolean False

url_stat($path, $flags)   X-Ref
Return array of URL variables

param: string $path
param: integer $flags
return: array

mkdir($path, $mode, $options)   X-Ref
Create a new directory

param: string  $path
param: integer $mode
param: integer $options
return: boolean

rmdir($path, $options)   X-Ref
Remove a directory

param: string  $path
param: integer $options
return: boolean

dir_opendir($path, $options)   X-Ref
Attempt to open a directory

param: string $path
param: integer $options
return: boolean

dir_readdir()   X-Ref
Return the next filename in the directory

return: string

dir_rewinddir()   X-Ref
Reset the directory pointer

return: boolean True

dir_closedir()   X-Ref
Close a directory

return: boolean True



Generated: Fri Nov 28 20:29:05 2014 Cross-referenced by PHPXref 0.7.1