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

Class: MDB2_LOB

Source Location: /MDB2-2.0.0RC2/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 64]


Type:   mixed


[ Top ]

$lob =

[line 66]


Type:   mixed


[ Top ]

$lob_index =

[line 65]


Type:   mixed


[ Top ]



Method Detail

stream_close   [line 209]

void stream_close( )

close stream
  • Access: public

[ Top ]

stream_eof   [line 169]

bool stream_eof( )

check if stream reaches EOF
  • Access: public

[ Top ]

stream_open   [line 81]

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 115]

string stream_read( int $count)

read stream
  • Access: public

Parameters:

int   $count   —  number of bytes to read

[ Top ]

stream_seek   [line 196]

bool stream_seek( int $offset, int $whence)

seek stream, not implemented
  • Access: public

Parameters:

int   $offset   —  offset
int   $whence   —  whence

[ Top ]

stream_tell   [line 155]

int stream_tell( )

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

[ Top ]

stream_write   [line 141]

int stream_write( string $data)

write stream, note implemented
  • Access: public

Parameters:

string   $data   —  data

[ Top ]


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