update : 2015.11.03
php.shukuma.com검색:
|
oci_fetch(PHP 5, PECL OCI8 >= 1.1.0) oci_fetch — Fetches the next row from a query into internal buffers 설명
bool oci_fetch
( resource
$statement
)Fetches the next row from a query into internal buffers accessible either with oci_result(), or by using variables previously defined with oci_define_by_name(). See oci_fetch_array() for general information about fetching data. 인수
반환값
Returns 예제
Example #1 oci_fetch() with defined variables
<?php
Example #2 oci_fetch() with oci_result()
<?php 주의
참고
|