You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The "returnvalues" section currently reads:
Returns an object which contains field definition information or &false;
if no field information for specified fieldnr is
available.
However, there is no 'fieldnr' parameter, It should be 'index'. This is my suggestion:
Returns an object which contains field definition information or &false;
if no field information for specified index is
available.
The text was updated successfully, but these errors were encountered:
mysqli_result::fetch_field_direct
file: reference/mysqli/msqli_result/fetch-field-direct.xml
The "returnvalues" section currently reads:
Returns an object which contains field definition information or &false;
if no field information for specified fieldnr is
available.
However, there is no 'fieldnr' parameter, It should be 'index'. This is my suggestion:
Returns an object which contains field definition information or &false;
if no field information for specified index is
available.
The text was updated successfully, but these errors were encountered: