PHP
downloads | documentation | faq | getting help | mailing lists | reporting bugs | php.net sites | links | conferences | my php.net

search for in the

SDO_Model_Type::isSequencedType> <SDO_Model_Type::isInstance
Last updated: Fri, 22 Aug 2008

view this page in

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

Descripción

bool SDO_Model_Type::isOpenType ( void )
Warning

Esta función es EXPERIMENTAL. Esto significa que el comportamiento de esta función, el nombre de esta función y en definitiva TODO lo documentado sobre esta función, puede cambiar en una futura version de PHP SIN AVISO. La advertencia queda hecha, y utilizar esta extensión queda bajo su propia responsabilidad.

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> 
element.

Lista de parámetros

None.

Valores retornados

Returns TRUE if this type is open, otherwise returns FALSE.



add a note add a note User Contributed Notes
SDO_Model_Type::isOpenType
There are no user contributed notes for this page.

 
show source | credits | stats | sitemap | contact | advertising | mirror sites