Добро пожаловать на форум PHP программистов!
За последние 24 часа нас посетил 21671 программист и 1333 робота. Сейчас ищут 767 программистов ...
Приступая к работе

odbc_fetch_into - Fetch one result row into array

Вернуться к: ODBC Функции

odbc_fetch_into

(PHP 4, PHP 5, PHP 7)

odbc_fetch_intoFetch one result row into array

Описание

int odbc_fetch_into ( resource $result_id , array &$result_array [, int $rownumber ] )

Fetch one result row into array.

Список параметров

result_id

The result resource.

result_array

The result array that 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.

rownumber

The row number.

Возвращаемые значения

Returns the number of columns in the result; FALSE on error.

Примеры

Пример #1 odbc_fetch_into() examples

<?php
$rc 
odbc_fetch_into($res_id$my_array);
?>

or

<?php
$rc 
odbc_fetch_into($res_id$my_array2);
?>



Вернуться к: ODBC Функции

© 2024 «PHP.RU — Сообщество PHP-Программистов»
Главная | Форум | Реклама на сайте | Контакты VIP Сувениры
Разработка компании ODware