Home > PHP > Function > OCI8 > OCI-Lob->import()

OCI-Lob->import()

OCI-Lob->import - Imports file data to the LOB

Syntax

bool OCI-Lob->import (string $filename)

Arguments

  • filename - Path to the file.

Description

Writes data from the filename in to the current position of large object.

Version

PHP 5, PECL OCI8 >= 1.1.0

Return value

Returns TRUE on success or FALSE on failure.