PHP. Руководство по PHP. 2005
ocinewdescriptor
ocinewdescriptor
(PHP 3>= 3.0.7, PHP4, PHP 5)ocinewdescriptor -- Initialize a new empty LOB or FILE descriptor
Description
OCI-Lob ocinewdescriptor (resource connection [, int type])ocinewdescriptor() allocates storage to hold descriptors or LOB locators. Valid values for type are OCI_D_FILE, OCI_D_LOB and OCI_D_ROWID. For LOB descriptors, the methods load, save, and savefile are associated with the descriptor, for BFILE only the load method exists. See the second example usage hints.
Пример 2. ocinewdescriptor() second example
|
Замечание: This function was renamed to oci_new_descriptor() after PHP>= 5.0.0. For downward compatibility ocinewdescriptor() can also be used. This is deprecated, however.
ocinewcursor
ocinlogon