Manuel PHP Précédent Suivant ora_fetch_into() lit la ligne courante du résultat cursor dans le tableau result. Exemple 1. Exemple ora_fetch_into() ?php array( $results); ora_fetch_into($cursor, $results); echo $results[0]; echo $results[1];? Voir aussi ora_parse(), ora_exec(), ora_fetch() et ora_do(). Précédent Sommaire Suivant Niveau supérieur