|
PHP5中文手册
SDO_Model_Type::isOpenType(No version information available, might be only in CVS) SDO_Model_Type::isOpenType — Test to see if this type is an open type 说明
bool SDO_Model_Type::isOpenType
( void
)
Warning
本函数是实验性的。本函数的行为,包括函数名称以及其它任何关于本函数的文档可能会在没有通知的情况下随 PHP 以后的发布而改变。使用本函数风险自担。 Test to see if this type is open. Returns TRUE if this type is open, otherwise returns FALSE. An SDO_DataObject whose type is open can have properties added to them which are not described by the type. This capability is used to support working with XML documents whose schema support open content, such as that defined by an <xsd:any> 参数None. 返回值Returns TRUE if this type is open, otherwise returns FALSE. |