Online Documentation Server
 ПОИСК
ods.com.ua Web
 КАТЕГОРИИ
Home
Programming
Net technology
Unixes
Security
RFC, HOWTO
Web technology
Data bases
Other docs

 


 ПОДПИСКА

 О КОПИРАЙТАХ
Вся предоставленная на этом сервере информация собрана нами из разных источников. Если Вам кажется, что публикация каких-то документов нарушает чьи-либо авторские права, сообщите нам об этом.




odbc_fetch_into

odbc_fetch_into

(PHP3 >= 3.0.6, PHP4 )

odbc_fetch_into -- Fetch one result row into array

Description

int odbc_fetch_into (int result_id [, int rownumber, array result_array])

Returns the number of columns in the result; false on error. result_array must be passed by reference, but it can be of any type since it will be converted to type array. The array will contain the column values starting at array index 0.



With any suggestions or questions please feel free to contact us