sqlsrv_send_stream_data

sqlsrv_send_stream_data - Sends data from parameter streams to the server
Manual
Code Examples

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.

Related Functions

Example of sqlsrv_send_stream_data

Show all examples for sqlsrv_send_stream_data

PHP Version: