We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a99ff69 commit 73969d4Copy full SHA for 73969d4
UPGRADING
@@ -226,6 +226,9 @@ PHP 8.1 UPGRADE NOTES
226
. Binding in execute has been added to mysqli prepared statements.
227
Parameters can now be passed to mysqli_stmt::execute as an array.
228
RFC: https://wiki.php.net/rfc/mysqli_bind_in_execute
229
+ . A new function has been added to mysqli_result called mysqli_fetch_column().
230
+ It allows for fetching single scalar values from the result set.
231
+ RFC: https://wiki.php.net/rfc/mysqli_fetch_column
232
233
- PDO MySQL:
234
. The PDO::MYSQL_ATTR_LOCAL_INFILE_DIRECTORY attribute has been added, which
0 commit comments