function ora fetch into W2UNEWWVXA63QSEWJE5EALMFRYBC7IOCTXKDWEI
Ora_Fetch_IntoPodręcznik PHPPoprzedniNastępnyOra_Fetch_Into (PHP 3, PHP 4 >= 4.0.0)Ora_Fetch_Into -- Fetch a row into the specified result arrayDescriptionint ora_fetch_into (int cursor, array result, int
[flags])
You can fetch a row into an array with this function.
Przykład 1. Oracle fetch into array<?php
array($results);
ora_fetch_into($cursor, &$results);
echo $results[0];
echo $results[1];
?>
Note that you need to fetch the array by reference.
See also ora_parse(),ora_exec(),
ora_fetch(), and ora_do().
PoprzedniSpis treściNastępnyOra_FetchPoczątek rozdziałuOra_GetColumn
Wyszukiwarka