|
sqlsrv_has_rows(Информация о версии неизвестна, возможно, только в SVN) sqlsrv_has_rows — Indicates whether the specified statement has rows Описание
bool sqlsrv_has_rows
( resource $stmt
)
Indicates whether the specified statement has rows. Возвращаемые значенияReturns TRUE if the specified statement has rows and FALSE if the statement does not have rows or if an error occured. Примеры
Пример #1 sqlsrv_has_rows() example
<?php Смотрите также
|
|