Home
DevCentral
Search
Configure Global Search
Log In
Transactions
D3207
Change Details
Change Details
Old
New
Diff
The MySQLi extension supports 3 fetch mode to represent a row as an array: associative keys, numeric keys or both of them. This change switches from the default "both of them" to associative keys to encourage more expressive code, and ease code maintenance. The queryScalar method will seek the first key of the array accordingly.
The MySQLi extension supports three different fetch modes to represent a row as an array: - associative keys - numeric keys - both of them This change switches from the default "both of them" to associative keys to encourage more expressive code, and ease code maintenance. The queryScalar method will seek the first key of the array accordingly.
The MySQLi extension supports
3 fetch mode to represent a row
three different fetch modes
to represent a row
as an array:
-
associative keys
,
-
numeric keys
or
-
both of them
.
This change switches from the default "both of them" to associative keys to encourage more expressive code, and ease code maintenance. The queryScalar method will seek the first key of the array accordingly.
Continue