update : 2015.11.03
php.shukuma.com검색:
|
oci_field_precision(PHP 5, PECL OCI8 >= 1.1.0) oci_field_precision — Tell the precision of a field 설명
Returns precision of the For FLOAT columns, precision is nonzero and scale is -127. If precision is 0, then column is NUMBER. Else it's NUMBER(precision, scale). 인수
반환값
Returns the precision as an integer, or 예제
Example #1 oci_field_precision() Example
<?php 주의
참고
|