Moodle  2.2.1
http://www.collinsharper.com
Zend_Service_WindowsAzure_Storage_Blob_Stream Class Reference

Public Member Functions

 stream_open ($path, $mode, $options, $opened_path)
 stream_close ()
 stream_read ($count)
 stream_write ($data)
 stream_eof ()
 stream_tell ()
 stream_seek ($offset, $whence)
 stream_flush ()
 stream_stat ()
 unlink ($path)
 rename ($path_from, $path_to)
 url_stat ($path, $flags)
 mkdir ($path, $mode, $options)
 rmdir ($path, $options)
 dir_opendir ($path, $options)
 dir_readdir ()
 dir_rewinddir ()
 dir_closedir ()

Protected Member Functions

 _getStorageClient ($path= '')
 _getContainerName ($path)
 _getFileName ($path)

Detailed Description

Definition at line 41 of file Stream.php.


Member Function Documentation

_getContainerName ( path) [protected]

Extract container name

Parameters:
string$path
Returns:
string

Definition at line 114 of file Stream.php.

Here is the caller graph for this function:

_getFileName ( path) [protected]

Extract file name

Parameters:
string$path
Returns:
string

Definition at line 130 of file Stream.php.

Here is the caller graph for this function:

_getStorageClient ( path = '') [protected]

Retrieve storage client for this stream type

Parameters:
string$path
Returns:
Zend_Service_WindowsAzure_Storage_Blob

Definition at line 91 of file Stream.php.

Here is the call graph for this function:

Here is the caller graph for this function:

Close a directory

Returns:
boolean True

Definition at line 560 of file Stream.php.

dir_opendir ( path,
options 
)

Attempt to open a directory

Parameters:
string$path
integer$options
Returns:
boolean

Definition at line 521 of file Stream.php.

Here is the call graph for this function:

Return the next filename in the directory

Returns:
string

Definition at line 534 of file Stream.php.

Reset the directory pointer

Returns:
boolean True

Definition at line 549 of file Stream.php.

mkdir ( path,
mode,
options 
)

Create a new directory

Parameters:
string$path
integer$mode
integer$options
Returns:
boolean

Definition at line 475 of file Stream.php.

Here is the call graph for this function:

rename ( path_from,
path_to 
)

Attempt to rename the item

Parameters:
string$path_from
string$path_to
Returns:
boolean False

Definition at line 403 of file Stream.php.

Here is the call graph for this function:

rmdir ( path,
options 
)

Remove a directory

Parameters:
string$path
integer$options
Returns:
boolean

Definition at line 498 of file Stream.php.

Here is the call graph for this function:

Close the stream

Returns:
void

Definition at line 193 of file Stream.php.

Here is the call graph for this function:

End of the stream?

Returns:
boolean

Definition at line 265 of file Stream.php.

Flush current cached stream data to storage

Returns:
boolean

Definition at line 305 of file Stream.php.

Here is the call graph for this function:

stream_open ( path,
mode,
options,
opened_path 
)

Open the stream

Parameters:
string$path
string$mode
integer$options
string$opened_path
Returns:
boolean

Definition at line 153 of file Stream.php.

Here is the call graph for this function:

stream_read ( count)

Read from the stream

Parameters:
integer$count
Returns:
string

Definition at line 234 of file Stream.php.

stream_seek ( offset,
whence 
)

Update the read/write position of the stream

Parameters:
integer$offset
integer$whence
Returns:
boolean

Definition at line 291 of file Stream.php.

Returns data array of stream variables

Returns:
array

Definition at line 344 of file Stream.php.

Here is the call graph for this function:

What is the current read/write position of the stream?

Returns:
integer

Definition at line 279 of file Stream.php.

stream_write ( data)

Write to the stream

Parameters:
string$data
Returns:
integer

Definition at line 249 of file Stream.php.

unlink ( path)

Attempt to delete the item

Parameters:
string$path
Returns:
boolean

Definition at line 388 of file Stream.php.

Here is the call graph for this function:

Here is the caller graph for this function:

url_stat ( path,
flags 
)

Return array of URL variables

Parameters:
string$path
integer$flags
Returns:
array

Definition at line 433 of file Stream.php.

Here is the call graph for this function:


The documentation for this class was generated from the following file:
 All Data Structures Namespaces Files Functions Variables Enumerations