|
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 file_name file. Список параметров
Возвращаемые значенияOid of the instance created, when process is successful. FALSE, when process is unsuccessful. ПримерыПример #1 cubrid_new_glo() example
<?php Примечания
Смотрите также
|
|