П О Р Т А Л                            
С Е Т Е В Ы Х                          
П Р О Е К Т О В                        
  
Поиск по сайту:
                                                 
Главная

О проекте

Web-мастеру
     HTML & JavaScript
     SSI
     Perl
     PHP
     XML & XSLT
     Unix Shell

MySQL

Безопасность

Хостинг

Другое








Самое читаемое:

Учебник PHP - "Для Чайника".
Просмотров 6106 раз(а).

Иллюстрированный самоучитель по созданию сайтов.
Просмотров 8254 раз(а).

Учебник HTML.
Просмотров 4881 раз(а).

Руководство по PHP5.
Просмотров 1968 раз(а).

Хостинг через призму DNS.
Просмотров 6975 раз(а).

Подборка текстов стандартных документов.
Просмотров 57525 раз(а).

Учебник PHP - Самоучитель
Просмотров 5172 раз(а).

Документация на MySQL (учебник & справочное руководство)
Просмотров 11299 раз(а).

Внешние атаки...
Просмотров 7253 раз(а).

Учебник PHP.
Просмотров 4261 раз(а).

SSI в примерах.
Просмотров 1203 раз(а).



 
 
| Добавить в избранное | Сделать стартовой | Помощь





Руководство по PHP
Пред. След.

sybase_result

(PHP 3, PHP 4, PHP 5)

sybase_result -- Get result data

Description

string sybase_result ( resource result, int row, mixed field )

Returns the contents of the cell at the row and offset in the specified Sybase result set.

sybase_result() returns the contents of one cell from a Sybase result set. The field argument can be the field's offset, or the field's name, or the field's table dot field's name (tablename.fieldname). If the column name has been aliased ('select foo as bar from...'), use the alias instead of the column name.

When working on large result sets, you should consider using one of the functions that fetch an entire row (specified below). As these functions return the contents of multiple cells in one function call, they're MUCH quicker than sybase_result(). Also, note that specifying a numeric offset for the field argument is much quicker than specifying a fieldname or tablename.fieldname argument.

Recommended high-performance alternatives: sybase_fetch_row(), sybase_fetch_array() and sybase_fetch_object().



Если Вы не нашли что искали, то рекомендую воспользоваться поиском по сайту:
 





Copyright © 2005-2016 Project.Net.Ru