Extension [ extension #84 oci8 version 3.4.0 ] { - INI { Entry [ oci8.max_persistent ] Current = '-1' } Entry [ oci8.persistent_timeout ] Current = '-1' } Entry [ oci8.ping_interval ] Current = '60' } Entry [ oci8.privileged_connect ] Current = '0' } Entry [ oci8.statement_cache_size ] Current = '20' } Entry [ oci8.default_prefetch ] Current = '100' } Entry [ oci8.old_oci_close_semantics ] Current = '0' } Entry [ oci8.connection_class ] Current = '' } Entry [ oci8.events ] Current = '0' } Entry [ oci8.prefetch_lob_size ] Current = '0' } } - Constants [73] { Constant [ int OCI_DEFAULT ] { 0 } Constant [ int OCI_SYSOPER ] { 4 } Constant [ int OCI_SYSDBA ] { 2 } Constant [ int OCI_CRED_EXT ] { 2147483648 } Constant [ int OCI_DESCRIBE_ONLY ] { 16 } Constant [ int OCI_COMMIT_ON_SUCCESS ] { 32 } Constant [ int OCI_NO_AUTO_COMMIT ] { 0 } Constant [ int OCI_EXACT_FETCH ] { 2 } Constant [ int OCI_SEEK_SET ] { 0 } Constant [ int OCI_SEEK_CUR ] { 1 } Constant [ int OCI_SEEK_END ] { 2 } Constant [ int OCI_LOB_BUFFER_FREE ] { 1 } Constant [ int SQLT_BFILEE ] { 114 } Constant [ int SQLT_CFILEE ] { 115 } Constant [ int SQLT_CLOB ] { 112 } Constant [ int SQLT_BLOB ] { 113 } Constant [ int SQLT_RDD ] { 104 } Constant [ int SQLT_INT ] { 3 } Constant [ int SQLT_NUM ] { 2 } Constant [ int SQLT_RSET ] { 116 } Constant [ int SQLT_AFC ] { 96 } Constant [ int SQLT_CHR ] { 1 } Constant [ int SQLT_VCS ] { 9 } Constant [ int SQLT_AVC ] { 97 } Constant [ int SQLT_STR ] { 5 } Constant [ int SQLT_LVC ] { 94 } Constant [ int SQLT_FLT ] { 4 } Constant [ int SQLT_UIN ] { 68 } Constant [ int SQLT_LNG ] { 8 } Constant [ int SQLT_LBI ] { 24 } Constant [ int SQLT_BIN ] { 23 } Constant [ int SQLT_ODT ] { 156 } Constant [ int SQLT_BDOUBLE ] { 22 } Constant [ int SQLT_BFLOAT ] { 21 } Constant [ int SQLT_BOL ] { 252 } Constant [ int OCI_B_NTY ] { 108 } Constant [ int SQLT_NTY ] { 108 } Constant [ string OCI_SYSDATE ] { SYSDATE } Constant [ int OCI_B_BFILE ] { 114 } Constant [ int OCI_B_CFILEE ] { 115 } Constant [ int OCI_B_CLOB ] { 112 } Constant [ int OCI_B_BLOB ] { 113 } Constant [ int OCI_B_ROWID ] { 104 } Constant [ int OCI_B_CURSOR ] { 116 } Constant [ int OCI_B_BIN ] { 23 } Constant [ int OCI_B_INT ] { 3 } Constant [ int OCI_B_NUM ] { 2 } Constant [ int OCI_B_BOL ] { 252 } Constant [ int OCI_FETCHSTATEMENT_BY_COLUMN ] { 16 } Constant [ int OCI_FETCHSTATEMENT_BY_ROW ] { 32 } Constant [ int OCI_ASSOC ] { 1 } Constant [ int OCI_NUM ] { 2 } Constant [ int OCI_BOTH ] { 3 } Constant [ int OCI_RETURN_NULLS ] { 4 } Constant [ int OCI_RETURN_LOBS ] { 8 } Constant [ int OCI_DTYPE_FILE ] { 56 } Constant [ int OCI_DTYPE_LOB ] { 50 } Constant [ int OCI_DTYPE_ROWID ] { 54 } Constant [ int OCI_D_FILE ] { 56 } Constant [ int OCI_D_LOB ] { 50 } Constant [ int OCI_D_ROWID ] { 54 } Constant [ int OCI_TEMP_CLOB ] { 2 } Constant [ int OCI_TEMP_BLOB ] { 1 } Constant [ int OCI_FO_END ] { 1 } Constant [ int OCI_FO_ABORT ] { 2 } Constant [ int OCI_FO_REAUTH ] { 4 } Constant [ int OCI_FO_BEGIN ] { 8 } Constant [ int OCI_FO_ERROR ] { 16 } Constant [ int OCI_FO_NONE ] { 1 } Constant [ int OCI_FO_SESSION ] { 2 } Constant [ int OCI_FO_SELECT ] { 4 } Constant [ int OCI_FO_TXNAL ] { 8 } Constant [ int OCI_FO_RETRY ] { 25410 } } - Functions { Function [ function oci_define_by_name ] { - Parameters [4] { Parameter #0 [ $statement ] Parameter #1 [ string $column ] Parameter #2 [ mixed &$var ] Parameter #3 [ int $type = 0 ] } - Return [ bool ] } Function [ function ocidefinebyname ] { - Parameters [4] { Parameter #0 [ $statement ] Parameter #1 [ string $column ] Parameter #2 [ mixed &$var ] Parameter #3 [ int $type = 0 ] } - Return [ bool ] } Function [ function oci_bind_by_name ] { - Parameters [5] { Parameter #0 [ $statement ] Parameter #1 [ string $param ] Parameter #2 [ mixed &$var ] Parameter #3 [ int $max_length = -1 ] Parameter #4 [ int $type = 0 ] } - Return [ bool ] } Function [ function ocibindbyname ] { - Parameters [5] { Parameter #0 [ $statement ] Parameter #1 [ string $param ] Parameter #2 [ mixed &$var ] Parameter #3 [ int $max_length = -1 ] Parameter #4 [ int $type = 0 ] } - Return [ bool ] } Function [ function oci_bind_array_by_name ] { - Parameters [6] { Parameter #0 [ $statement ] Parameter #1 [ string $param ] Parameter #2 [ &$var ] Parameter #3 [ int $max_array_length ] Parameter #4 [ int $max_item_length = -1 ] Parameter #5 [ int $type = SQLT_AFC ] } - Return [ bool ] } Function [ function oci_free_descriptor ] { - Parameters [1] { Parameter #0 [ OCILob $lob ] } - Return [ bool ] } Function [ function ocifreedesc ] { - Parameters [1] { Parameter #0 [ OCILob $lob ] } - Return [ bool ] } Function [ function oci_lob_save ] { - Parameters [3] { Parameter #0 [ OCILob $lob ] Parameter #1 [ string $data ] Parameter #2 [ int $offset = 0 ] } - Return [ bool ] } Function [ function ocisavelob ] { - Parameters [3] { Parameter #0 [ OCILob $lob ] Parameter #1 [ string $data ] Parameter #2 [ int $offset = 0 ] } - Return [ bool ] } Function [ function oci_lob_import ] { - Parameters [2] { Parameter #0 [ OCILob $lob ] Parameter #1 [ string $filename ] } - Return [ bool ] } Function [ function ocisavelobfile ] { - Parameters [2] { Parameter #0 [ OCILob $lob ] Parameter #1 [ string $filename ] } - Return [ bool ] } Function [ function oci_lob_load ] { - Parameters [1] { Parameter #0 [ OCILob $lob ] } - Return [ string|false ] } Function [ function ociloadlob ] { - Parameters [1] { Parameter #0 [ OCILob $lob ] } - Return [ string|false ] } Function [ function oci_lob_read ] { - Parameters [2] { Parameter #0 [ OCILob $lob ] Parameter #1 [ int $length ] } - Return [ string|false ] } Function [ function oci_lob_eof ] { - Parameters [1] { Parameter #0 [ OCILob $lob ] } - Return [ bool ] } Function [ function oci_lob_tell ] { - Parameters [1] { Parameter #0 [ OCILob $lob ] } - Return [ int|false ] } Function [ function oci_lob_rewind ] { - Parameters [1] { Parameter #0 [ OCILob $lob ] } - Return [ bool ] } Function [ function oci_lob_seek ] { - Parameters [3] { Parameter #0 [ OCILob $lob ] Parameter #1 [ int $offset ] Parameter #2 [ int $whence = OCI_SEEK_SET ] } - Return [ bool ] } Function [ function oci_lob_size ] { - Parameters [1] { Parameter #0 [ OCILob $lob ] } - Return [ int|false ] } Function [ function oci_lob_write ] { - Parameters [3] { Parameter #0 [ OCILob $lob ] Parameter #1 [ string $data ] Parameter #2 [ ?int $length = null ] } - Return [ int|false ] } Function [ function oci_lob_append ] { - Parameters [2] { Parameter #0 [ OCILob $to ] Parameter #1 [ OCILob $from ] } - Return [ bool ] } Function [ function oci_lob_truncate ] { - Parameters [2] { Parameter #0 [ OCILob $lob ] Parameter #1 [ int $length = 0 ] } - Return [ bool ] } Function [ function oci_lob_erase ] { - Parameters [3] { Parameter #0 [ OCILob $lob ] Parameter #1 [ ?int $offset = null ] Parameter #2 [ ?int $length = null ] } - Return [ int|false ] } Function [ function oci_lob_flush ] { - Parameters [2] { Parameter #0 [ OCILob $lob ] Parameter #1 [ int $flag = 0 ] } - Return [ bool ] } Function [ function ocisetbufferinglob ] { - Parameters [2] { Parameter #0 [ OCILob $lob ] Parameter #1 [ bool $mode ] } - Return [ bool ] } Function [ function ocigetbufferinglob ] { - Parameters [1] { Parameter #0 [ OCILob $lob ] } - Return [ bool ] } Function [ function oci_lob_copy ] { - Parameters [3] { Parameter #0 [ OCILob $to ] Parameter #1 [ OCILob $from ] Parameter #2 [ ?int $length = null ] } - Return [ bool ] } Function [ function oci_lob_is_equal ] { - Parameters [2] { Parameter #0 [ OCILob $lob1 ] Parameter #1 [ OCILob $lob2 ] } - Return [ bool ] } Function [ function oci_lob_export ] { - Parameters [4] { Parameter #0 [ OCILob $lob ] Parameter #1 [ string $filename ] Parameter #2 [ ?int $offset = null ] Parameter #3 [ ?int $length = null ] } - Return [ bool ] } Function [ function ociwritelobtofile ] { - Parameters [4] { Parameter #0 [ OCILob $lob ] Parameter #1 [ string $filename ] Parameter #2 [ ?int $offset = null ] Parameter #3 [ ?int $length = null ] } - Return [ bool ] } Function [ function oci_new_descriptor ] { - Parameters [2] { Parameter #0 [ $connection ] Parameter #1 [ int $type = OCI_DTYPE_LOB ] } - Return [ ?OCILob ] } Function [ function ocinewdescriptor ] { - Parameters [2] { Parameter #0 [ $connection ] Parameter #1 [ int $type = OCI_DTYPE_LOB ] } - Return [ ?OCILob ] } Function [ function oci_rollback ] { - Parameters [1] { Parameter #0 [ $connection ] } - Return [ bool ] } Function [ function ocirollback ] { - Parameters [1] { Parameter #0 [ $connection ] } - Return [ bool ] } Function [ function oci_commit ] { - Parameters [1] { Parameter #0 [ $connection ] } - Return [ bool ] } Function [ function ocicommit ] { - Parameters [1] { Parameter #0 [ $connection ] } - Return [ bool ] } Function [ function oci_field_name ] { - Parameters [2] { Parameter #0 [ $statement ] Parameter #1 [ string|int $column ] } - Return [ string|false ] } Function [ function ocicolumnname ] { - Parameters [2] { Parameter #0 [ $statement ] Parameter #1 [ string|int $column ] } - Return [ string|false ] } Function [ function oci_field_size ] { - Parameters [2] { Parameter #0 [ $statement ] Parameter #1 [ string|int $column ] } - Return [ int|false ] } Function [ function ocicolumnsize ] { - Parameters [2] { Parameter #0 [ $statement ] Parameter #1 [ string|int $column ] } - Return [ int|false ] } Function [ function oci_field_scale ] { - Parameters [2] { Parameter #0 [ $statement ] Parameter #1 [ string|int $column ] } - Return [ int|false ] } Function [ function ocicolumnscale ] { - Parameters [2] { Parameter #0 [ $statement ] Parameter #1 [ string|int $column ] } - Return [ int|false ] } Function [ function oci_field_precision ] { - Parameters [2] { Parameter #0 [ $statement ] Parameter #1 [ string|int $column ] } - Return [ int|false ] } Function [ function ocicolumnprecision ] { - Parameters [2] { Parameter #0 [ $statement ] Parameter #1 [ string|int $column ] } - Return [ int|false ] } Function [ function oci_field_type ] { - Parameters [2] { Parameter #0 [ $statement ] Parameter #1 [ string|int $column ] } - Return [ string|int|false ] } Function [ function ocicolumntype ] { - Parameters [2] { Parameter #0 [ $statement ] Parameter #1 [ string|int $column ] } - Return [ string|int|false ] } Function [ function oci_field_type_raw ] { - Parameters [2] { Parameter #0 [ $statement ] Parameter #1 [ string|int $column ] } - Return [ int|false ] } Function [ function ocicolumntyperaw ] { - Parameters [2] { Parameter #0 [ $statement ] Parameter #1 [ string|int $column ] } - Return [ int|false ] } Function [ function oci_field_is_null ] { - Parameters [2] { Parameter #0 [ $statement ] Parameter #1 [ string|int $column ] } - Return [ bool ] } Function [ function ocicolumnisnull ] { - Parameters [2] { Parameter #0 [ $statement ] Parameter #1 [ string|int $column ] } - Return [ bool ] } Function [ function oci_execute ] { - Parameters [2] { Parameter #0 [ $statement ] Parameter #1 [ int $mode = OCI_COMMIT_ON_SUCCESS ] } - Return [ bool ] } Function [ function ociexecute ] { - Parameters [2] { Parameter #0 [ $statement ] Parameter #1 [ int $mode = OCI_COMMIT_ON_SUCCESS ] } - Return [ bool ] } Function [ function oci_cancel ] { - Parameters [1] { Parameter #0 [ $statement ] } - Return [ bool ] } Function [ function ocicancel ] { - Parameters [1] { Parameter #0 [ $statement ] } - Return [ bool ] } Function [ function oci_fetch ] { - Parameters [1] { Parameter #0 [ $statement ] } - Return [ bool ] } Function [ function ocifetch ] { - Parameters [1] { Parameter #0 [ $statement ] } - Return [ bool ] } Function [ function ocifetchinto ] { - Parameters [3] { Parameter #0 [ $statement ] Parameter #1 [ &$result ] Parameter #2 [ int $mode = OCI_NUM ] } - Return [ int|false ] } Function [ function oci_fetch_all ] { - Parameters [5] { Parameter #0 [ $statement ] Parameter #1 [ &$output ] Parameter #2 [ int $offset = 0 ] Parameter #3 [ int $limit = -1 ] Parameter #4 [ int $flags = OCI_FETCHSTATEMENT_BY_COLUMN | OCI_ASSOC ] } - Return [ int ] } Function [ function ocifetchstatement ] { - Parameters [5] { Parameter #0 [ $statement ] Parameter #1 [ &$output ] Parameter #2 [ int $offset = 0 ] Parameter #3 [ int $limit = -1 ] Parameter #4 [ int $flags = OCI_FETCHSTATEMENT_BY_COLUMN | OCI_ASSOC ] } - Return [ int ] } Function [ function oci_fetch_object ] { - Parameters [2] { Parameter #0 [ $statement ] Parameter #1 [ int $mode = OCI_ASSOC | OCI_RETURN_NULLS ] } - Return [ stdClass|false ] } Function [ function oci_fetch_row ] { - Parameters [1] { Parameter #0 [ $statement ] } - Return [ array|false ] } Function [ function oci_fetch_assoc ] { - Parameters [1] { Parameter #0 [ $statement ] } - Return [ array|false ] } Function [ function oci_fetch_array ] { - Parameters [2] { Parameter #0 [ $statement ] Parameter #1 [ int $mode = OCI_BOTH | OCI_RETURN_NULLS ] } - Return [ array|false ] } Function [ function oci_free_statement ] { - Parameters [1] { Parameter #0 [ $statement ] } - Return [ bool ] } Function [ function ocifreestatement ] { - Parameters [1] { Parameter #0 [ $statement ] } - Return [ bool ] } Function [ function oci_free_cursor ] { - Parameters [1] { Parameter #0 [ $statement ] } - Return [ bool ] } Function [ function ocifreecursor ] { - Parameters [1] { Parameter #0 [ $statement ] } - Return [ bool ] } Function [ function oci_close ] { - Parameters [1] { Parameter #0 [ $connection ] } - Return [ ?bool ] } Function [ function ocilogoff ] { - Parameters [1] { Parameter #0 [ $connection ] } - Return [ ?bool ] } Function [ function oci_new_connect ] { - Parameters [5] { Parameter #0 [ string $username ] Parameter #1 [ string $password ] Parameter #2 [ ?string $connection_string = null ] Parameter #3 [ string $encoding = "" ] Parameter #4 [ int $session_mode = OCI_DEFAULT ] } } Function [ function ocinlogon ] { - Parameters [5] { Parameter #0 [ string $username ] Parameter #1 [ string $password ] Parameter #2 [ ?string $connection_string = null ] Parameter #3 [ string $encoding = "" ] Parameter #4 [ int $session_mode = OCI_DEFAULT ] } } Function [ function oci_connect ] { - Parameters [5] { Parameter #0 [ string $username ] Parameter #1 [ string $password ] Parameter #2 [ ?string $connection_string = null ] Parameter #3 [ string $encoding = "" ] Parameter #4 [ int $session_mode = OCI_DEFAULT ] } } Function [ function ocilogon ] { - Parameters [5] { Parameter #0 [ string $username ] Parameter #1 [ string $password ] Parameter #2 [ ?string $connection_string = null ] Parameter #3 [ string $encoding = "" ] Parameter #4 [ int $session_mode = OCI_DEFAULT ] } } Function [ function oci_pconnect ] { - Parameters [5] { Parameter #0 [ string $username ] Parameter #1 [ string $password ] Parameter #2 [ ?string $connection_string = null ] Parameter #3 [ string $encoding = "" ] Parameter #4 [ int $session_mode = OCI_DEFAULT ] } } Function [ function ociplogon ] { - Parameters [5] { Parameter #0 [ string $username ] Parameter #1 [ string $password ] Parameter #2 [ ?string $connection_string = null ] Parameter #3 [ string $encoding = "" ] Parameter #4 [ int $session_mode = OCI_DEFAULT ] } } Function [ function oci_error ] { - Parameters [1] { Parameter #0 [ $connection_or_statement = null ] } - Return [ array|false ] } Function [ function ocierror ] { - Parameters [1] { Parameter #0 [ $connection_or_statement = null ] } - Return [ array|false ] } Function [ function oci_num_fields ] { - Parameters [1] { Parameter #0 [ $statement ] } - Return [ int ] } Function [ function ocinumcols ] { - Parameters [1] { Parameter #0 [ $statement ] } - Return [ int ] } Function [ function oci_parse ] { - Parameters [2] { Parameter #0 [ $connection ] Parameter #1 [ string $sql ] } } Function [ function ociparse ] { - Parameters [2] { Parameter #0 [ $connection ] Parameter #1 [ string $sql ] } } Function [ function oci_get_implicit_resultset ] { - Parameters [1] { Parameter #0 [ $statement ] } } Function [ function oci_set_prefetch ] { - Parameters [2] { Parameter #0 [ $statement ] Parameter #1 [ int $rows ] } - Return [ bool ] } Function [ function ocisetprefetch ] { - Parameters [2] { Parameter #0 [ $statement ] Parameter #1 [ int $rows ] } - Return [ bool ] } Function [ function oci_set_prefetch_lob ] { - Parameters [2] { Parameter #0 [ $statement ] Parameter #1 [ int $prefetch_lob_size ] } - Return [ bool ] } Function [ function oci_set_client_identifier ] { - Parameters [2] { Parameter #0 [ $connection ] Parameter #1 [ string $client_id ] } - Return [ bool ] } Function [ function oci_set_edition ] { - Parameters [1] { Parameter #0 [ string $edition ] } - Return [ bool ] } Function [ function oci_set_module_name ] { - Parameters [2] { Parameter #0 [ $connection ] Parameter #1 [ string $name ] } - Return [ bool ] } Function [ function oci_set_action ] { - Parameters [2] { Parameter #0 [ $connection ] Parameter #1 [ string $action ] } - Return [ bool ] } Function [ function oci_set_client_info ] { - Parameters [2] { Parameter #0 [ $connection ] Parameter #1 [ string $client_info ] } - Return [ bool ] } Function [ function oci_set_db_operation ] { - Parameters [2] { Parameter #0 [ $connection ] Parameter #1 [ string $action ] } - Return [ bool ] } Function [ function oci_set_call_timeout ] { - Parameters [2] { Parameter #0 [ $connection ] Parameter #1 [ int $timeout ] } - Return [ bool ] } Function [ function oci_password_change ] { - Parameters [4] { Parameter #0 [ $connection ] Parameter #1 [ string $username ] Parameter #2 [ string $old_password ] Parameter #3 [ string $new_password ] } } Function [ function ocipasswordchange ] { - Parameters [4] { Parameter #0 [ $connection ] Parameter #1 [ string $username ] Parameter #2 [ string $old_password ] Parameter #3 [ string $new_password ] } } Function [ function oci_new_cursor ] { - Parameters [1] { Parameter #0 [ $connection ] } } Function [ function ocinewcursor ] { - Parameters [1] { Parameter #0 [ $connection ] } } Function [ function oci_result ] { - Parameters [2] { Parameter #0 [ $statement ] Parameter #1 [ string|int $column ] } - Return [ mixed ] } Function [ function ociresult ] { - Parameters [2] { Parameter #0 [ $statement ] Parameter #1 [ string|int $column ] } - Return [ mixed ] } Function [ function oci_client_version ] { - Parameters [0] { } - Return [ string ] } Function [ function oci_server_version ] { - Parameters [1] { Parameter #0 [ $connection ] } - Return [ string|false ] } Function [ function ociserverversion ] { - Parameters [1] { Parameter #0 [ $connection ] } - Return [ string|false ] } Function [ function oci_statement_type ] { - Parameters [1] { Parameter #0 [ $statement ] } - Return [ string|false ] } Function [ function ocistatementtype ] { - Parameters [1] { Parameter #0 [ $statement ] } - Return [ string|false ] } Function [ function oci_num_rows ] { - Parameters [1] { Parameter #0 [ $statement ] } - Return [ int|false ] } Function [ function ocirowcount ] { - Parameters [1] { Parameter #0 [ $statement ] } - Return [ int|false ] } Function [ function oci_free_collection ] { - Parameters [1] { Parameter #0 [ OCICollection $collection ] } - Return [ bool ] } Function [ function ocifreecollection ] { - Parameters [1] { Parameter #0 [ OCICollection $collection ] } - Return [ bool ] } Function [ function oci_collection_append ] { - Parameters [2] { Parameter #0 [ OCICollection $collection ] Parameter #1 [ string $value ] } - Return [ bool ] } Function [ function ocicollappend ] { - Parameters [2] { Parameter #0 [ OCICollection $collection ] Parameter #1 [ string $value ] } - Return [ bool ] } Function [ function oci_collection_element_get ] { - Parameters [2] { Parameter #0 [ OCICollection $collection ] Parameter #1 [ int $index ] } - Return [ string|float|false|null ] } Function [ function ocicollgetelem ] { - Parameters [2] { Parameter #0 [ OCICollection $collection ] Parameter #1 [ int $index ] } - Return [ string|float|false|null ] } Function [ function oci_collection_assign ] { - Parameters [2] { Parameter #0 [ OCICollection $to ] Parameter #1 [ OCICollection $from ] } - Return [ bool ] } Function [ function oci_collection_element_assign ] { - Parameters [3] { Parameter #0 [ OCICollection $collection ] Parameter #1 [ int $index ] Parameter #2 [ string $value ] } - Return [ bool ] } Function [ function ocicollassignelem ] { - Parameters [3] { Parameter #0 [ OCICollection $collection ] Parameter #1 [ int $index ] Parameter #2 [ string $value ] } - Return [ bool ] } Function [ function oci_collection_size ] { - Parameters [1] { Parameter #0 [ OCICollection $collection ] } - Return [ int|false ] } Function [ function ocicollsize ] { - Parameters [1] { Parameter #0 [ OCICollection $collection ] } - Return [ int|false ] } Function [ function oci_collection_max ] { - Parameters [1] { Parameter #0 [ OCICollection $collection ] } - Return [ int|false ] } Function [ function ocicollmax ] { - Parameters [1] { Parameter #0 [ OCICollection $collection ] } - Return [ int|false ] } Function [ function oci_collection_trim ] { - Parameters [2] { Parameter #0 [ OCICollection $collection ] Parameter #1 [ int $num ] } - Return [ bool ] } Function [ function ocicolltrim ] { - Parameters [2] { Parameter #0 [ OCICollection $collection ] Parameter #1 [ int $num ] } - Return [ bool ] } Function [ function oci_new_collection ] { - Parameters [3] { Parameter #0 [ $connection ] Parameter #1 [ string $type_name ] Parameter #2 [ ?string $schema = null ] } - Return [ OCICollection|false ] } Function [ function ocinewcollection ] { - Parameters [3] { Parameter #0 [ $connection ] Parameter #1 [ string $type_name ] Parameter #2 [ ?string $schema = null ] } - Return [ OCICollection|false ] } Function [ function oci_register_taf_callback ] { - Parameters [2] { Parameter #0 [ $connection ] Parameter #1 [ ?callable $callback ] } - Return [ bool ] } Function [ function oci_unregister_taf_callback ] { - Parameters [1] { Parameter #0 [ $connection ] } - Return [ bool ] } } - Classes [2] { Class [ class OCILob ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [0] { } - Methods [22] { Method [ public method save ] { - Parameters [2] { Parameter #0 [ string $data ] Parameter #1 [ int $offset = 0 ] } - Tentative return [ bool ] } Method [ public method import ] { - Parameters [1] { Parameter #0 [ string $filename ] } - Tentative return [ bool ] } Method [ public method saveFile ] { - Parameters [1] { Parameter #0 [ string $filename ] } - Tentative return [ bool ] } Method [ public method load ] { - Parameters [0] { } - Tentative return [ string|false ] } Method [ public method read ] { - Parameters [1] { Parameter #0 [ int $length ] } - Tentative return [ string|false ] } Method [ public method eof ] { - Parameters [0] { } - Tentative return [ bool ] } Method [ public method tell ] { - Parameters [0] { } - Tentative return [ int|false ] } Method [ public method rewind ] { - Parameters [0] { } - Tentative return [ bool ] } Method [ public method seek ] { - Parameters [2] { Parameter #0 [ int $offset ] Parameter #1 [ int $whence = OCI_SEEK_SET ] } - Tentative return [ bool ] } Method [ public method size ] { - Parameters [0] { } - Tentative return [ int|false ] } Method [ public method write ] { - Parameters [2] { Parameter #0 [ string $data ] Parameter #1 [ ?int $length = null ] } - Tentative return [ int|false ] } Method [ public method append ] { - Parameters [1] { Parameter #0 [ OCILob $from ] } - Tentative return [ bool ] } Method [ public method truncate ] { - Parameters [1] { Parameter #0 [ int $length = 0 ] } - Tentative return [ bool ] } Method [ public method erase ] { - Parameters [2] { Parameter #0 [ ?int $offset = null ] Parameter #1 [ ?int $length = null ] } - Tentative return [ int|false ] } Method [ public method flush ] { - Parameters [1] { Parameter #0 [ int $flag = 0 ] } - Tentative return [ bool ] } Method [ public method setBuffering ] { - Parameters [1] { Parameter #0 [ bool $mode ] } - Tentative return [ bool ] } Method [ public method getBuffering ] { - Parameters [0] { } - Tentative return [ bool ] } Method [ public method writeToFile ] { - Parameters [3] { Parameter #0 [ string $filename ] Parameter #1 [ ?int $offset = null ] Parameter #2 [ ?int $length = null ] } - Tentative return [ bool ] } Method [ public method export ] { - Parameters [3] { Parameter #0 [ string $filename ] Parameter #1 [ ?int $offset = null ] Parameter #2 [ ?int $length = null ] } - Tentative return [ bool ] } Method [ public method writeTemporary ] { - Parameters [2] { Parameter #0 [ string $data ] Parameter #1 [ int $type = OCI_TEMP_CLOB ] } - Tentative return [ bool ] } Method [ public method close ] { - Parameters [0] { } - Tentative return [ bool ] } Method [ public method free ] { - Parameters [0] { } - Tentative return [ bool ] } } } Class [ class OCICollection ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [0] { } - Methods [8] { Method [ public method free ] { - Parameters [0] { } - Tentative return [ bool ] } Method [ public method append ] { - Parameters [1] { Parameter #0 [ string $value ] } - Tentative return [ bool ] } Method [ public method getElem ] { - Parameters [1] { Parameter #0 [ int $index ] } - Tentative return [ string|float|false|null ] } Method [ public method assign ] { - Parameters [1] { Parameter #0 [ OCICollection $from ] } - Tentative return [ bool ] } Method [ public method assignElem ] { - Parameters [2] { Parameter #0 [ int $index ] Parameter #1 [ string $value ] } - Tentative return [ bool ] } Method [ public method size ] { - Parameters [0] { } - Tentative return [ int|false ] } Method [ public method max ] { - Parameters [0] { } - Tentative return [ int|false ] } Method [ public method trim ] { - Parameters [1] { Parameter #0 [ int $num ] } - Tentative return [ bool ] } } } } }