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

Class: HTTP_WebDAV_Client_Stream

Source Location: /HTTP_WebDAV_Client-1.0.2/HTTP/WebDAV/Client/Stream.php

Class Overview


A stream wrapper class for WebDAV access


Author(s):

Methods


Inherited Variables

Inherited Methods


Class Details

[line 21]
A stream wrapper class for WebDAV access
  • Access: public


[ Top ]


Method Detail

dir_closedir   [line 564]

void dir_closedir( )

Stream wrapper interface closedir() method
  • Access: public

[ Top ]

dir_opendir   [line 459]

bool dir_opendir( string $path, array $options)

Stream wrapper interface opendir() method
  • Return: true on success
  • Access: public

Parameters:

string   $path   —  directory resource URL
array   $options   —  not used here

[ Top ]

dir_readdir   [line 526]

string dir_readdir( )

Stream wrapper interface readdir() method
  • Return: filename
  • Access: public

[ Top ]

dir_rewinddir   [line 547]

void dir_rewinddir( )

Stream wrapper interface rewinddir() method
  • Access: public

[ Top ]

mkdir   [line 581]

bool mkdir( string $path)

Stream wrapper interface mkdir() method
  • Return: true on access
  • Access: public

Parameters:

string   $path   —  collection URL to be created

[ Top ]

register   [line 732]

bool register( )

Static helper that registers the wrappers
  • Return: true on success (even if SSL doesn't work)

[ Top ]

rename   [line 656]

bool rename( string $path, string $new_path)

Stream wrapper interface rename() method
  • Return: true on access
  • Access: public

Parameters:

string   $path   —  resource URL to be moved
string   $new_path   —  resource URL to move to

[ Top ]

rmdir   [line 617]

bool rmdir( string $path)

Stream wrapper interface rmdir() method
  • Return: true on access
  • Access: public

Parameters:

string   $path   —  collection URL to be created

[ Top ]

stream_close   [line 222]

void stream_close( )

Streap wrapper interface close() method
  • Access: public

[ Top ]

stream_eof   [line 375]

bool stream_eof( )

Stream wrapper interface eof() method
  • Return: true if end of file was reached
  • Access: public

[ Top ]

stream_open   [line 145]

bool stream_open( $path, $mode, $options, &$opened_path)

Stream wrapper interface open() method
  • Var: resource URL
  • Return: true on success
  • Access: public

Parameters:

   $path   — 
   $mode   — 
   $options   — 
   &$opened_path   — 

[ Top ]

stream_read   [line 253]

string stream_read( int $count)

Stream wrapper interface read() method
  • Return: read data
  • Access: public

Parameters:

int   $count   —  requested byte count

[ Top ]

stream_seek   [line 401]

bool stream_seek( int $pos, int $whence)

Stream wrapper interface seek() method
  • Return: true on success
  • Access: public

Parameters:

int   $pos   —  position to seek to
int   $whence   —  seek mode

[ Top ]

stream_stat   [line 239]

array stream_stat( )

Stream wrapper interface stat() method
  • Return: stat entries
  • Access: public

[ Top ]

stream_tell   [line 387]

int stream_tell( )

Stream wrapper interface tell() method
  • Return: current file position
  • Access: public

[ Top ]

stream_write   [line 312]

int stream_write( string $buffer)

Stream wrapper interface write() method
  • Return: number of bytes actually written
  • Access: public

Parameters:

string   $buffer   —  data to write

[ Top ]

unlink   [line 695]

bool unlink( string $path)

Stream wrapper interface unlink() method
  • Return: true on success
  • Access: public

Parameters:

string   $path   —  resource URL to be removed

[ Top ]

url_stat   [line 434]

array url_stat( string $url)

Stream wrapper interface URL stat() method
  • Return: stat information
  • Access: public

Parameters:

string   $url   —  URL to get stat information for

[ Top ]


Documentation generated on Mon, 11 Mar 2019 15:46:45 -0400 by phpDocumentor 1.4.4. PEAR Logo Copyright © PHP Group 2004.