update : 2015.11.03
php.shukuma.com검색:
|
oci_field_scale(PHP 5, PECL OCI8 >= 1.1.0) oci_field_scale — Tell the scale of the field 설명
Returns the scale of the column with 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 scale as an integer, or 예제
Example #1 oci_field_scale() Example
<?php 주의
참고
|