downloads | documentation | faq | getting help | mailing lists | licenses | wiki | reporting bugs | php.net sites | links | conferences | my php.net

search for in the

sqlite_num_rows> <sqlite_next
[edit] Last updated: Fri, 23 Mar 2012

view this page in

sqlite_num_fields

SQLiteResult->numFields

SQLiteUnbuffered->numFields

(PHP 5 < 5.4.0, PECL sqlite >= 1.0.0)

sqlite_num_fields -- SQLiteResult->numFields -- SQLiteUnbuffered->numFieldsSonuç kümesindeki alan sayısını döndürür

Açıklama

int sqlite_num_fields ( resource $sonuç )

Nesne yönelimli kullanım

int numFields ( void )
int numFields ( void )

sonuç kümesindeki alan sayısını döndürür.

Değiştirgeler

sonuç

SQLite sonuç özkaynağı. Nesne yönelimli kullanımda bu değiştirgeye gerek yoktur.

Dönen Değerler

Alan sayısını bir tamsayı olarak döndürür.

Ayrıca Bakınız

  • sqlite_changes() - En son SQL deyiminin değiştirdiği satır sayısını döndürür
  • sqlite_num_rows() - Tamponlu bir sonuç kümesindeki satır sayısını döndürür



add a note add a note User Contributed Notes sqlite_num_fields
There are no user contributed notes for this page.

 
show source | credits | stats | sitemap | contact | advertising | mirror sites