diff --git a/reference/mssql/functions/mssql-bind.xml b/reference/mssql/functions/mssql-bind.xml index d7ce9ed3cf..460f011dd0 100644 --- a/reference/mssql/functions/mssql-bind.xml +++ b/reference/mssql/functions/mssql-bind.xml @@ -1,5 +1,5 @@ - + mssql_bind @@ -54,8 +54,8 @@ var - The PHP variable you'll bind the MSSQL parameter to. You can pass it - by value, or by reference, to retrieve OUTPUT and RETVAL values after + The PHP variable you'll bind the MSSQL parameter to. It is passed by + reference, to retrieve OUTPUT and RETVAL values after the procedure execution.