Skip to content

Commit

Permalink
sqlsrv_get_field optional parameter
Browse files Browse the repository at this point in the history
  • Loading branch information
KapitanOczywisty authored Dec 29, 2019
1 parent 9ddcbd0 commit 300ee55
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sqlsrv/sqlsrv.php
Original file line number Diff line number Diff line change
Expand Up @@ -1275,7 +1275,7 @@ function sqlsrv_fetch($stmt, $row=null, $offset=null){}
* information about specifying PHP data types,
* see {@link http://msdn.microsoft.com/en-us/library/cc296208.aspx How to: Specify PHP Data Types}.
*/
function sqlsrv_get_field($stmt, $field_index, $get_as_type){}
function sqlsrv_get_field($stmt, $field_index, $get_as_type=null){}

/**
* Retrieves the next row of data as a numerically indexed array, an associative array, or both.
Expand Down

0 comments on commit 300ee55

Please sign in to comment.