update : 2015.11.03
php.shukuma.com검색:
|
oci_client_version(PHP 5.3.7, PECL OCI8 >= 1.4.6) oci_client_version — Returns the Oracle client library version 설명
string oci_client_version
( void
)
Returns a string containing the version number of the Oracle C client library that PHP is linked with. 인수None 반환값Returns the version number as a string. 예제
Example #1 oci_client_version() example
<?php 주의
|