|
mssql_result(PHP 4, PHP 5, PECL odbtp >= 1.1.1) mssql_result — Get result data Описаниеmssql_result() returns the contents of one cell from a MS SQL result set. Список параметров
Возвращаемые значенияReturns the contents of the specified cell. Примеры
Пример #1 mssql_result() example
<?php Результатом выполнения данного примера будет что-то подобное: Kalle Felipe Emil Ross
Пример #2 Faster alternative to above example
<?php Примечания
Смотрите такжеRecommended high-performance alternatives:
|
|