Warning: include(../lntop.php) [function.include]: failed to open stream: No such file or directory in /var/www/prime/data/www/prime-speed.ru/Manual_PHP_4/f/ora-fetch-into.html on line 19

Warning: include() [function.include]: Failed opening '../lntop.php' for inclusion (include_path='.:/usr/share/php:/usr/share/pear') in /var/www/prime/data/www/prime-speed.ru/Manual_PHP_4/f/ora-fetch-into.html on line 19

Warning: include(../levoe_menu.php) [function.include]: failed to open stream: No such file or directory in /var/www/prime/data/www/prime-speed.ru/Manual_PHP_4/f/ora-fetch-into.html on line 46

Warning: include() [function.include]: Failed opening '../levoe_menu.php' for inclusion (include_path='.:/usr/share/php:/usr/share/pear') in /var/www/prime/data/www/prime-speed.ru/Manual_PHP_4/f/ora-fetch-into.html on line 46



Учебник РНР
НазадВперёд

Ora_Fetch_Into

(PHP 3, PHP 4)

Ora_Fetch_Into - извлекает ряд в специфицированный результирующий массив.

Описание

int ora_fetch_into (int cursor, array result [, int flags])

Извлекает ряд данных в массив. Параметр flags содержит значения двух флагов: если флаг ORA_FETCHINTO_NULLS установлен, столбцы с NULL-значениями устанавливаются в массиве; а если установлен флаг ORA_FETCHINTO_ASSOC, создаётся ассоциативный массив.

Возвращает количество извлечённых столбцов.

Пример 1. ora_fetch_into()()
<?php
$results = array();
ora_fetch_into($cursor, $results);
echo $results[0];
echo $results[1];
$results = array();
ora_fetch_into($cursor, $results, ORA_FETCHINTO_NULLS|ORA_FETCHINTO_ASSOC);
echo $results['MyColumn'];
?>

См. также ora_parse(), ora_exec(), ora_fetch() и ora_do().


Назад Оглавление Вперёд
Ora_Exec ВверхOra_Fetch


Warning: include(../pravoe_menu.php) [function.include]: failed to open stream: No such file or directory in /var/www/prime/data/www/prime-speed.ru/Manual_PHP_4/f/ora-fetch-into.html on line 152

Warning: include() [function.include]: Failed opening '../pravoe_menu.php' for inclusion (include_path='.:/usr/share/php:/usr/share/pear') in /var/www/prime/data/www/prime-speed.ru/Manual_PHP_4/f/ora-fetch-into.html on line 152

Rambler's Top100
© 2009 Тест скорости интернета |  Boont.Ru

Warning: include(../lnbottom.php) [function.include]: failed to open stream: No such file or directory in /var/www/prime/data/www/prime-speed.ru/Manual_PHP_4/f/ora-fetch-into.html on line 278

Warning: include() [function.include]: Failed opening '../lnbottom.php' for inclusion (include_path='.:/usr/share/php:/usr/share/pear') in /var/www/prime/data/www/prime-speed.ru/Manual_PHP_4/f/ora-fetch-into.html on line 278