|
sqlsrv_send_stream_data(Информация о версии неизвестна, возможно, только в SVN) sqlsrv_send_stream_data — Sends data from parameter streams to the server Описание
bool sqlsrv_send_stream_data
( resource $stmt
)
Send data from parameter streams to the server. Up to 8 KB of data is sent with each call. Возвращаемые значенияReturns TRUE if there is more data to send and FALSE if there is not. Примеры
Пример #1 sqlsrv_send_stream_data() example
<?php Смотрите также
|
|