update : 2015.11.03
php.shukuma.com검색:
|
oci_result(PHP 5, PECL OCI8 >= 1.1.0) oci_result — Returns field's value from the fetched row 설명
Returns the data from oci8 드라이버에서 수행하는 자료형 매핑에 대한 상세는 드라이버가 지원하는 자료형을 참고하십시오. 인수
반환값
Returns everything as strings except for abstract types (ROWIDs, LOBs and
FILEs). Returns 예제
Example #1 oci_fetch() with oci_result()
<?php 주의
참고
|