@@ -36,87 +36,87 @@ function ocibindbyname($statement_resource, string $column_name, &$variable, int
36
36
*/
37
37
function oci_bind_array_by_name ($ statement_resource , string $ column_name , &$ variable , int $ maximum_array_length , int $ maximum_item_length = -1 , int $ type = SQLT_AFC ): bool {}
38
38
39
- function oci_free_descriptor (OCI_Lob $ lob_descriptor ): bool {}
39
+ function oci_free_descriptor (OCILob $ lob_descriptor ): bool {}
40
40
41
41
/**
42
42
* @alias oci_free_descriptor
43
43
* @deprecated
44
44
*/
45
- function ocifreedesc (OCI_Lob $ lob_descriptor ): bool {}
45
+ function ocifreedesc (OCILob $ lob_descriptor ): bool {}
46
46
47
- function oci_lob_save (OCI_Lob $ lob_descriptor , string $ data , int $ offset = 0 ): bool {}
47
+ function oci_lob_save (OCILob $ lob_descriptor , string $ data , int $ offset = 0 ): bool {}
48
48
49
49
/**
50
50
* @alias oci_lob_save
51
51
* @deprecated
52
52
*/
53
- function ocisavelob (OCI_Lob $ lob_descriptor , string $ data , int $ offset = 0 ): bool {}
53
+ function ocisavelob (OCILob $ lob_descriptor , string $ data , int $ offset = 0 ): bool {}
54
54
55
- function oci_lob_import (OCI_Lob $ lob_descriptor , string $ filename ): bool {}
55
+ function oci_lob_import (OCILob $ lob_descriptor , string $ filename ): bool {}
56
56
57
57
/**
58
58
* @alias oci_lob_import
59
59
* @deprecated
60
60
*/
61
- function ocisavelobfile (OCI_Lob $ lob_descriptor , string $ filename ): bool {}
61
+ function ocisavelobfile (OCILob $ lob_descriptor , string $ filename ): bool {}
62
62
63
- function oci_lob_load (OCI_Lob $ lob_descriptor ): string |false {}
63
+ function oci_lob_load (OCILob $ lob_descriptor ): string |false {}
64
64
65
65
/**
66
66
* @alias oci_lob_load
67
67
* @deprecated
68
68
*/
69
- function ociloadlob (OCI_Lob $ lob_descriptor ): string |false {}
69
+ function ociloadlob (OCILob $ lob_descriptor ): string |false {}
70
70
71
- function oci_lob_read (OCI_Lob $ lob_descriptor , int $ length ): string |false {}
71
+ function oci_lob_read (OCILob $ lob_descriptor , int $ length ): string |false {}
72
72
73
- function oci_lob_eof (OCI_Lob $ lob_descriptor ): bool {}
73
+ function oci_lob_eof (OCILob $ lob_descriptor ): bool {}
74
74
75
- function oci_lob_tell (OCI_Lob $ lob_descriptor ): int |false {}
75
+ function oci_lob_tell (OCILob $ lob_descriptor ): int |false {}
76
76
77
- function oci_lob_rewind (OCI_Lob $ lob_descriptor ): bool {}
77
+ function oci_lob_rewind (OCILob $ lob_descriptor ): bool {}
78
78
79
- function oci_lob_seek (OCI_Lob $ lob_descriptor , int $ offset , int $ whence = OCI_SEEK_SET ): bool {}
79
+ function oci_lob_seek (OCILob $ lob_descriptor , int $ offset , int $ whence = OCI_SEEK_SET ): bool {}
80
80
81
- function oci_lob_size (OCI_Lob $ lob_descriptor ): int |false {}
81
+ function oci_lob_size (OCILob $ lob_descriptor ): int |false {}
82
82
83
- function oci_lob_write (OCI_Lob $ lob_descriptor , string $ string , int $ length = UNKNOWN ): int |false {}
83
+ function oci_lob_write (OCILob $ lob_descriptor , string $ string , int $ length = UNKNOWN ): int |false {}
84
84
85
- function oci_lob_append (OCI_Lob $ lob_descriptor_to , OCI_Lob $ lob_descriptor_from ): bool {}
85
+ function oci_lob_append (OCILob $ lob_descriptor_to , OCILob $ lob_descriptor_from ): bool {}
86
86
87
- function oci_lob_truncate (OCI_Lob $ lob_descriptor , int $ length = 0 ): bool {}
87
+ function oci_lob_truncate (OCILob $ lob_descriptor , int $ length = 0 ): bool {}
88
88
89
- function oci_lob_erase (OCI_Lob $ lob_descriptor , int $ offset = UNKNOWN , int $ length = UNKNOWN ): int |false {}
89
+ function oci_lob_erase (OCILob $ lob_descriptor , int $ offset = UNKNOWN , int $ length = UNKNOWN ): int |false {}
90
90
91
- function oci_lob_flush (OCI_Lob $ lob_descriptor , int $ flag = 0 ): bool {}
91
+ function oci_lob_flush (OCILob $ lob_descriptor , int $ flag = 0 ): bool {}
92
92
93
- function ocisetbufferinglob (OCI_Lob $ lob_descriptor , bool $ mode ): bool {}
93
+ function ocisetbufferinglob (OCILob $ lob_descriptor , bool $ mode ): bool {}
94
94
95
- function ocigetbufferinglob (OCI_Lob $ lob_descriptor ): bool {}
95
+ function ocigetbufferinglob (OCILob $ lob_descriptor ): bool {}
96
96
97
- function oci_lob_copy (OCI_Lob $ lob_descriptor_to , OCI_Lob $ lob_descriptor_from , int $ length = UNKNOWN ): bool {}
97
+ function oci_lob_copy (OCILob $ lob_descriptor_to , OCILob $ lob_descriptor_from , int $ length = UNKNOWN ): bool {}
98
98
99
- function oci_lob_is_equal (OCI_Lob $ lob_descriptor_first , OCI_Lob $ lob_descriptor_second ): bool {}
99
+ function oci_lob_is_equal (OCILob $ lob_descriptor_first , OCILob $ lob_descriptor_second ): bool {}
100
100
101
- function oci_lob_export (OCI_Lob $ lob_descriptor , string $ path , int $ start = UNKNOWN , int $ length = UNKNOWN ): bool {}
101
+ function oci_lob_export (OCILob $ lob_descriptor , string $ path , int $ start = UNKNOWN , int $ length = UNKNOWN ): bool {}
102
102
103
103
/**
104
104
* @alias oci_lob_export
105
105
* @deprecated
106
106
*/
107
- function ociwritelobtofile (OCI_Lob $ lob_descriptor , string $ path , int $ start = UNKNOWN , int $ length = UNKNOWN ): bool {}
107
+ function ociwritelobtofile (OCILob $ lob_descriptor , string $ path , int $ start = UNKNOWN , int $ length = UNKNOWN ): bool {}
108
108
109
109
/**
110
110
* @param resource $connection_resource
111
111
*/
112
- function oci_new_descriptor ($ connection_resource , int $ type = OCI_DTYPE_LOB ): ?OCI_Lob {}
112
+ function oci_new_descriptor ($ connection_resource , int $ type = OCI_DTYPE_LOB ): ?OCILob {}
113
113
114
114
/**
115
115
* @param resource $connection_resource
116
116
* @alias oci_new_descriptor
117
117
* @deprecated
118
118
*/
119
- function ocinewdescriptor ($ connection_resource , int $ type = OCI_DTYPE_LOB ): ?OCI_Lob {}
119
+ function ocinewdescriptor ($ connection_resource , int $ type = OCI_DTYPE_LOB ): ?OCILob {}
120
120
121
121
/**
122
122
* @param resource $connection_resource
@@ -542,75 +542,75 @@ function oci_num_rows($statement_resource): int|false {}
542
542
*/
543
543
function ocirowcount ($ statement_resource ): int |false {}
544
544
545
- function oci_free_collection (OCI_Collection $ collection ): bool {}
545
+ function oci_free_collection (OCICollection $ collection ): bool {}
546
546
547
547
/**
548
548
* @alias oci_free_collection
549
549
* @deprecated
550
550
*/
551
- function ocifreecollection (OCI_Collection $ collection ): bool {}
551
+ function ocifreecollection (OCICollection $ collection ): bool {}
552
552
553
- function oci_collection_append (OCI_Collection $ collection , string $ value ): bool {}
553
+ function oci_collection_append (OCICollection $ collection , string $ value ): bool {}
554
554
555
555
/**
556
556
* @alias oci_collection_append
557
557
* @deprecated
558
558
*/
559
- function ocicollappend (OCI_Collection $ collection , string $ value ): bool {}
559
+ function ocicollappend (OCICollection $ collection , string $ value ): bool {}
560
560
561
- function oci_collection_element_get (OCI_Collection $ collection , int $ index ): string |float |null |false {}
561
+ function oci_collection_element_get (OCICollection $ collection , int $ index ): string |float |null |false {}
562
562
563
563
/**
564
564
* @alias oci_collection_element_get
565
565
* @deprecated
566
566
*/
567
- function ocicollgetelem (OCI_Collection $ collection , int $ index ): string |float |null |false {}
567
+ function ocicollgetelem (OCICollection $ collection , int $ index ): string |float |null |false {}
568
568
569
- function oci_collection_assign (OCI_Collection $ collection_to , OCI_Collection $ collection_from ): bool {}
569
+ function oci_collection_assign (OCICollection $ collection_to , OCICollection $ collection_from ): bool {}
570
570
571
- function oci_collection_element_assign (OCI_Collection $ collection , int $ index , string $ value ): bool {}
571
+ function oci_collection_element_assign (OCICollection $ collection , int $ index , string $ value ): bool {}
572
572
573
573
/**
574
574
* @alias oci_collection_element_assign
575
575
* @deprecated
576
576
*/
577
- function ocicollassignelem (OCI_Collection $ collection , int $ index , string $ value ): bool {}
577
+ function ocicollassignelem (OCICollection $ collection , int $ index , string $ value ): bool {}
578
578
579
- function oci_collection_size (OCI_Collection $ collection ): int |false {}
579
+ function oci_collection_size (OCICollection $ collection ): int |false {}
580
580
581
581
/**
582
582
* @alias oci_collection_size
583
583
* @deprecated
584
584
*/
585
- function ocicollsize (OCI_Collection $ collection ): int |false {}
585
+ function ocicollsize (OCICollection $ collection ): int |false {}
586
586
587
- function oci_collection_max (OCI_Collection $ collection ): int |false {}
587
+ function oci_collection_max (OCICollection $ collection ): int |false {}
588
588
589
589
/**
590
590
* @alias oci_collection_max
591
591
* @deprecated
592
592
*/
593
- function ocicollmax (OCI_Collection $ collection ): int |false {}
593
+ function ocicollmax (OCICollection $ collection ): int |false {}
594
594
595
- function oci_collection_trim (OCI_Collection $ collection , int $ number ): bool {}
595
+ function oci_collection_trim (OCICollection $ collection , int $ number ): bool {}
596
596
597
597
/**
598
598
* @alias oci_collection_trim
599
599
* @deprecated
600
600
*/
601
- function ocicolltrim (OCI_Collection $ collection , int $ number ): bool {}
601
+ function ocicolltrim (OCICollection $ collection , int $ number ): bool {}
602
602
603
603
/**
604
604
* @param resource $connection_resource
605
605
*/
606
- function oci_new_collection ($ connection_resource , string $ type_name , string $ schema_name = UNKNOWN ): OCI_Collection |false {}
606
+ function oci_new_collection ($ connection_resource , string $ type_name , string $ schema_name = UNKNOWN ): OCICollection |false {}
607
607
608
608
/**
609
609
* @param resource $connection_resource
610
610
* @alias oci_new_collection
611
611
* @deprecated
612
612
*/
613
- function ocinewcollection ($ connection_resource , string $ type_name , string $ schema_name = UNKNOWN ): OCI_Collection |false {}
613
+ function ocinewcollection ($ connection_resource , string $ type_name , string $ schema_name = UNKNOWN ): OCICollection |false {}
614
614
615
615
/**
616
616
* @param resource $connection_resource
@@ -622,7 +622,7 @@ function oci_register_taf_callback($connection_resource, ?callable $function_nam
622
622
*/
623
623
function oci_unregister_taf_callback ($ connection_resource ): bool {}
624
624
625
- class OCI_Lob {
625
+ class OCILob {
626
626
/**
627
627
* @alias oci_lob_save
628
628
* @return bool
@@ -693,7 +693,7 @@ public function write(string $string, int $length = UNKNOWN) {}
693
693
* @alias oci_lob_append
694
694
* @return bool
695
695
*/
696
- public function append (OCI_Lob $ lob_descriptor_from ) {}
696
+ public function append (OCILob $ lob_descriptor_from ) {}
697
697
698
698
/**
699
699
* @alias oci_lob_truncate
@@ -756,7 +756,7 @@ public function close() {}
756
756
public function free () {}
757
757
}
758
758
759
- class OCI_Collection {
759
+ class OCICollection {
760
760
/**
761
761
* @alias oci_free_collection
762
762
* @return bool
@@ -779,7 +779,7 @@ public function getElem(int $index) {}
779
779
* @alias oci_collection_assign
780
780
* @return bool
781
781
*/
782
- public function assign (OCI_Collection $ collection_from ) {}
782
+ public function assign (OCICollection $ collection_from ) {}
783
783
784
784
/**
785
785
* @alias oci_collection_element_assign
0 commit comments