Microsoft_WindowsAzure_Storage
[ class tree: Microsoft_WindowsAzure_Storage ] [ index: Microsoft_WindowsAzure_Storage ] [ all elements ]

Class: Microsoft_WindowsAzure_Storage_Blob_Stream

Source Location: /WindowsAzure/Storage/Blob/Stream.php

Class Overview




Author(s):

Copyright:

  • Copyright (c) 2009, RealDolmen (http://www.realdolmen.com)

Methods



Class Details

[line 54]


Tags:

copyright:  Copyright (c) 2009, RealDolmen (http://www.realdolmen.com)
license:  http://phpazure.codeplex.com/license


[ Top ]


Class Methods


method dir_closedir [line 605]

boolean dir_closedir( )

Close a directory



Tags:

return:  True
access:  public


[ Top ]

method dir_opendir [line 566]

boolean dir_opendir( string $path, integer $options)

Attempt to open a directory



Tags:

access:  public


Parameters:

string   $path  
integer   $options  

[ Top ]

method dir_readdir [line 579]

string dir_readdir( )

Return the next filename in the directory



Tags:

access:  public


[ Top ]

method dir_rewinddir [line 594]

boolean dir_rewinddir( )

Reset the directory pointer



Tags:

return:  True
access:  public


[ Top ]

method getContainerName [line 130]

string getContainerName( string $path)

Extract container name



Tags:

access:  protected


Parameters:

string   $path  

[ Top ]

method getFileName [line 146]

string getFileName( string $path)

Extract file name



Tags:

access:  protected


Parameters:

string   $path  

[ Top ]

method getStorageClient [line 104]

Microsoft_WindowsAzure_Storage_Blob getStorageClient( [string $path = ''])

Retrieve storage client for this stream type



Tags:

access:  protected


Parameters:

string   $path  

[ Top ]

method mkdir [line 508]

boolean mkdir( string $path, integer $mode, integer $options)

Create a new directory



Tags:

access:  public


Parameters:

string   $path  
integer   $mode  
integer   $options  

[ Top ]

method rename [line 435]

boolean rename( string $path_from, string $path_to)

Attempt to rename the item



Tags:

return:  False
access:  public


Parameters:

string   $path_from  
string   $path_to  

[ Top ]

method rmdir [line 537]

boolean rmdir( string $path, integer $options)

Remove a directory



Tags:

access:  public


Parameters:

string   $path  
integer   $options  

[ Top ]

method stream_close [line 207]

void stream_close( )

Close the stream



Tags:

access:  public


[ Top ]

method stream_eof [line 286]

boolean stream_eof( )

End of the stream?



Tags:

access:  public


[ Top ]

method stream_flush [line 328]

boolean stream_flush( )

Flush current cached stream data to storage



Tags:

access:  public


[ Top ]

method stream_open [line 168]

boolean stream_open( string $path, string $mode, integer $options, string $opened_path)

Open the stream



Tags:

access:  public


Parameters:

string   $path  
string   $mode  
integer   $options  
string   $opened_path  

[ Top ]

method stream_read [line 253]

string stream_read( integer $count)

Read from the stream



Tags:

access:  public


Parameters:

integer   $count  

[ Top ]

method stream_seek [line 313]

boolean stream_seek( integer $offset, integer $whence)

Update the read/write position of the stream



Tags:

access:  public


Parameters:

integer   $offset  
integer   $whence  

[ Top ]

method stream_stat [line 372]

array stream_stat( )

Returns data array of stream variables



Tags:

access:  public


[ Top ]

method stream_tell [line 301]

integer stream_tell( )

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



Tags:

access:  public


[ Top ]

method stream_write [line 269]

integer stream_write( string $data)

Write to the stream



Tags:

access:  public


Parameters:

string   $data  

[ Top ]

method unlink [line 420]

boolean unlink( string $path)

Attempt to delete the item



Tags:

access:  public


Parameters:

string   $path  

[ Top ]

method url_stat [line 463]

array url_stat( string $path, integer $flags)

Return array of URL variables



Tags:

access:  public


Parameters:

string   $path  
integer   $flags  

[ Top ]


Documentation generated on Thu, 26 Nov 2009 08:05:28 +0100 by phpDocumentor 1.4.3