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

Class: MDB2_LOB

Source Location: /MDB2-2.5.0b5/MDB2/LOB.php

Class Overview


MDB2_LOB: user land stream wrapper implementation for LOB support


Author(s):

Variables

Methods


Inherited Variables

Inherited Methods


Class Details

[line 62]
MDB2_LOB: user land stream wrapper implementation for LOB support


[ Top ]


Class Variables

$db_index =

[line 71]

contains the key to the global MDB2 instance array of the associated MDB2 instance
  • Access: protected

Type:   integer


[ Top ]

$lob_index =

[line 80]

contains the key to the global MDB2_LOB instance array of the associated MDB2_LOB instance
  • Access: protected

Type:   integer


[ Top ]



Method Detail

stream_close   [line 245]

void stream_close( )

close stream
  • Access: public

[ Top ]

stream_eof   [line 185]

bool stream_eof( )

Check if stream reaches EOF
  • Access: public

[ Top ]

stream_open   [line 95]

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

open stream
  • Access: public

Parameters:

string   $path   —  specifies the URL that was passed to fopen()
string   $mode   —  the mode used to open the file
int   $options   —  holds additional flags set by the streams API
string   &$opened_path   —  not used

[ Top ]

stream_read   [line 127]

string stream_read( int $count)

read stream
  • Access: public

Parameters:

int   $count   —  number of bytes to read

[ Top ]

stream_seek   [line 213]

bool stream_seek( int $offset, int $whence)

Seek stream, not implemented
  • Access: public

Parameters:

int   $offset   —  offset
int   $whence   —  whence

[ Top ]

stream_stat   [line 226]

void stream_stat( )

return information about stream
  • Access: public

[ Top ]

stream_tell   [line 168]

int stream_tell( )

return the current position
  • Return: current position
  • Access: public

[ Top ]

stream_write   [line 154]

int stream_write( string $data)

write stream, note implemented
  • Access: public

Parameters:

string   $data   —  data

[ Top ]


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