Документ взят из кэша поисковой машины. Адрес
оригинального документа
: http://old.master.cmc.msu.ru/php/function.mysql-list-fields.html
Дата изменения: Sun Feb 3 22:47:35 2002 Дата индексирования: Tue Oct 2 11:14:57 2012 Кодировка: |
mysql_list_fields() retrieves information about the given tablename. Arguments are the database name and the table name. A result pointer is returned which can be used with mysql_field_flags(), mysql_field_len(), mysql_field_name(), and mysql_field_type().
For downward compatibility mysql_listfields() can also be used. This is deprecated however.