sqlsrv_send_stream_data
sqlsrv_send_stream_data - Sends data from parameter streams to the server
Manual
sqlsrv_send_stream_data(
resource$stmt ): bool
Send data from parameter streams to the server. Up to 8 KB of data is sent with each call.
Parameters
- stmt
-
A statement resource returned by sqlsrv_query or sqlsrv_execute.
Return Values
Returns true if there is more data to send and false if there is not.