update : 2015.11.03
php.shukuma.com검색:
|
cubrid_new_glo(PECL CUBRID >= 8.3.0) cubrid_new_glo — Create a glo instance 설명
string cubrid_new_glo
( resource
$conn_identifier
, string $class_name
, string $file_name
)
The cubrid_new_glo() function is used to create a glo instance in the requested class (glo class). The glo created is a LO type, and is stored in the 인수
반환값Oid of the instance created, when process is successful.
예제Example #1 cubrid_new_glo() example
<?php 주의
참고
|