write

write

Name

write -- write to the large object

Synopsis

write(string)

Parameters

string

Buffer to be written (string).

Return Type

none

Exceptions

TypeError

Bad parameter type, or too many arguments.

IOError

Object is not opened, or write error.

pg.error

Invalid connection or invalid object.

Description

write() method allows to write data to the large object, starting at current position.

© Copyright 2003-2023 www.php-editors.com. The ultimate PHP Editor and PHP IDE site.