@@ -32,7 +32,7 @@ function db2_autocommit($connection, ?int $value = null): int|bool {}
32
32
/**
33
33
* @param resource $connection
34
34
*/
35
- function db2_bind_param ($ connection , int $ parameter_number , string $ variable_name , int $ parameter_type = DB2_PARAM_IN , int $ data_type = 0 , int $ precision = -1 , int $ scale = 0 ): bool {}
35
+ function db2_bind_param ($ connection , int $ parameterNumber , string $ variableName , int $ parameterType = DB2_PARAM_IN , int $ dataType = 0 , int $ precision = -1 , int $ scale = 0 ): bool {}
36
36
37
37
/**
38
38
* @param resource $connection
@@ -50,46 +50,46 @@ function db2_pclose( $connection): bool {}
50
50
* @param resource $connection
51
51
* @return resource
52
52
*/
53
- function db2_column_privileges ($ connection , ?string $ qualifier = null , ?string $ schema = null , ?string $ table_name = null , ?string $ column_name = null ) {}
53
+ function db2_column_privileges ($ connection , ?string $ qualifier = null , ?string $ schema = null , ?string $ tableName = null , ?string $ columnName = null ) {}
54
54
55
55
/**
56
56
* @param resource $connection
57
57
* @return resource
58
58
* @alias db2_column_privileges
59
59
*/
60
- function db2_columnprivileges ($ connection , ?string $ qualifier = null , ?string $ schema = null , ?string $ table_name = null , ?string $ column_name = null ) {}
60
+ function db2_columnprivileges ($ connection , ?string $ qualifier = null , ?string $ schema = null , ?string $ tableName = null , ?string $ columnName = null ) {}
61
61
62
62
/**
63
63
* @param resource $connection
64
64
* @return resource
65
65
*/
66
- function db2_columns ($ connection , ?string $ qualifier = null , ?string $ schema = null , ?string $ table_name = null , ?string $ column_name = null ) {}
66
+ function db2_columns ($ connection , ?string $ qualifier = null , ?string $ schema = null , ?string $ tableName = null , ?string $ columnName = null ) {}
67
67
68
68
/**
69
69
* @param resource $connection
70
70
* @return resource
71
71
*/
72
- function db2_foreign_keys ($ connection , ?string $ qualifier , ?string $ schema , string $ table_name ) {}
72
+ function db2_foreign_keys ($ connection , ?string $ qualifier , ?string $ schema , string $ tableName ) {}
73
73
74
74
/**
75
75
* @param resource $connection
76
76
* @return resource
77
77
* @alias db2_foreign_keys
78
78
*/
79
- function db2_foreignkeys ($ connection , ?string $ qualifier , ?string $ schema , string $ table_name ) {}
79
+ function db2_foreignkeys ($ connection , ?string $ qualifier , ?string $ schema , string $ tableName ) {}
80
80
81
81
/**
82
82
* @param resource $connection
83
83
* @return resource
84
84
*/
85
- function db2_primary_keys ($ connection , ?string $ qualifier , ?string $ schema , string $ table_name ) {}
85
+ function db2_primary_keys ($ connection , ?string $ qualifier , ?string $ schema , string $ tableName ) {}
86
86
87
87
/**
88
88
* @param resource $connection
89
89
* @return resource
90
90
* @alias db2_primary_keys
91
91
*/
92
- function db2_primarykeys ($ connection , ?string $ qualifier , ?string $ schema , string $ table_name ) {}
92
+ function db2_primarykeys ($ connection , ?string $ qualifier , ?string $ schema , string $ tableName ) {}
93
93
94
94
/**
95
95
* @param resource $connection
@@ -114,39 +114,39 @@ function db2_procedures($connection, ?string $qualifier, string $schema, string
114
114
* @param resource $connection
115
115
* @return resource
116
116
*/
117
- function db2_special_columns ($ connection , ?string $ qualifier , string $ schema , string $ table_name , int $ scope ) {}
117
+ function db2_special_columns ($ connection , ?string $ qualifier , string $ schema , string $ tableName , int $ scope ) {}
118
118
119
119
/**
120
120
* @param resource $connection
121
121
* @return resource
122
122
* @alias db2_special_columns
123
123
*/
124
- function db2_specialcolumns (resource $ connection , ?string $ qualifier , string $ schema , string $ table_name , int $ scope ) {}
124
+ function db2_specialcolumns ($ connection , ?string $ qualifier , string $ schema , string $ tableName , int $ scope ) {}
125
125
126
126
/**
127
127
* @param resource $connection
128
128
* @return resource
129
129
*/
130
- function db2_statistics ($ connection , ?string $ qualifier , ?string $ schema , string $ table_name , bool |int $ unique ) {}
130
+ function db2_statistics ($ connection , ?string $ qualifier , ?string $ schema , string $ tableName , bool |int $ unique ) {}
131
131
132
132
/**
133
133
* @param resource $connection
134
134
* @return resource
135
135
*/
136
- function db2_table_privileges ($ connection , ?string $ qualifier = null , ?string $ schema = null , ?string $ table_name = null ) {}
136
+ function db2_table_privileges ($ connection , ?string $ qualifier = null , ?string $ schema = null , ?string $ tableName = null ) {}
137
137
138
138
/**
139
139
* @param resource $connection
140
140
* @return resource
141
141
* @alias db2_table_privileges
142
142
*/
143
- function db2_tableprivileges ($ connection , ?string $ qualifier = null , ?string $ schema = null , ?string $ table_name = null ) {}
143
+ function db2_tableprivileges ($ connection , ?string $ qualifier = null , ?string $ schema = null , ?string $ tableName = null ) {}
144
144
145
145
/**
146
146
* @param resource $connection
147
147
* @return resource
148
148
*/
149
- function db2_tables ($ connection , ?string $ qualifier = null , ?string $ schema = null , ?string $ table_name = null , ?string $ table_type = null ) {}
149
+ function db2_tables ($ connection , ?string $ qualifier = null , ?string $ schema = null , ?string $ tableName = null , ?string $ tableType = null ) {}
150
150
151
151
/**
152
152
* @param resource $connection
@@ -268,27 +268,27 @@ function db2_result($stmt, int|string $column): mixed|null {}
268
268
/**
269
269
* @param resource $stmt
270
270
*/
271
- function db2_fetch_row ($ stmt , ?int $ row_number = null ): bool {}
271
+ function db2_fetch_row ($ stmt , ?int $ rowNumber = null ): bool {}
272
272
273
273
/**
274
274
* @param resource $stmt
275
275
*/
276
- function db2_fetch_assoc ($ stmt , ?int $ row_number = null ): array |false {}
276
+ function db2_fetch_assoc ($ stmt , ?int $ rowNumber = null ): array |false {}
277
277
278
278
/**
279
279
* @param resource $stmt
280
280
*/
281
- function db2_fetch_array ($ stmt , ?int $ row_number = null ): array |false {}
281
+ function db2_fetch_array ($ stmt , ?int $ rowNumber = null ): array |false {}
282
282
283
283
/**
284
284
* @param resource $stmt
285
285
*/
286
- function db2_fetch_both ($ stmt , ?int $ row_number = null ): array |false {}
286
+ function db2_fetch_both ($ stmt , ?int $ rowNumber = null ): array |false {}
287
287
288
288
/**
289
289
* @param resource $stmt
290
290
*/
291
- function db2_fetch_object ($ stmt , ?int $ row_number = null ): object |false {}
291
+ function db2_fetch_object ($ stmt , ?int $ rowNumber = null ): object |false {}
292
292
293
293
/**
294
294
* @param resource $stmt
@@ -316,12 +316,12 @@ function db2_client_info($connection): object|false {}
316
316
*/
317
317
function db2_server_info ($ connection ): object |false {}
318
318
319
- function db2_escape_string (string $ string_literal ): string {}
319
+ function db2_escape_string (string $ stringLiteral ): string {}
320
320
321
321
/**
322
322
* @param resource $stmt
323
323
*/
324
- function db2_lob_read ($ stmt , int $ colnum , int $ length ): string |false {}
324
+ function db2_lob_read ($ stmt , int $ columnNumber , int $ length ): string |false {}
325
325
326
326
/**
327
327
* @param resource $resource
0 commit comments