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

Class: PHP_Beautifier_StreamWrapper_Interface

Source Location: /PHP_Beautifier-0.1.15/Beautifier/StreamWrapper.php

Class Overview


Interface for StreamWrapper Read the documentation for streams wrappers on php manual.


Author(s):

Version:

  • Release: 0.1.15

Copyright:

  • 2004-2010 Claudio Bustos

Methods


Inherited Variables

Inherited Methods


Class Details

[line 36]
Interface for StreamWrapper Read the documentation for streams wrappers on php manual.


[ Top ]


Method Detail

dir_closedir   [line 50]

void dir_closedir( )


[ Top ]

dir_opendir   [line 47]

void dir_opendir( $sPath, $iOptions)


Parameters:

   $sPath   — 
   $iOptions   — 

[ Top ]

dir_readdir   [line 48]

void dir_readdir( )


[ Top ]

dir_rewinddir   [line 49]

void dir_rewinddir( )


[ Top ]

stream_close   [line 38]

void stream_close( )


[ Top ]

stream_eof   [line 41]

void stream_eof( )


[ Top ]

stream_flush   [line 44]

void stream_flush( )


[ Top ]

stream_open   [line 37]

void stream_open( $sPath, $sMode, $iOptions, &$sOpenedPath)


Parameters:

   $sPath   — 
   $sMode   — 
   $iOptions   — 
   &$sOpenedPath   — 

[ Top ]

stream_read   [line 39]

void stream_read( $iCount)


Parameters:

   $iCount   — 

[ Top ]

stream_seek   [line 43]

void stream_seek( $iOffset, $iWhence)


Parameters:

   $iOffset   — 
   $iWhence   — 

[ Top ]

stream_stat   [line 45]

void stream_stat( )


[ Top ]

stream_tell   [line 42]

void stream_tell( )


[ Top ]

stream_write   [line 40]

void stream_write( $sData)


Parameters:

   $sData   — 

[ Top ]

unlink   [line 46]

void unlink( $sPath)


Parameters:

   $sPath   — 

[ Top ]


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