(^)
SDO_Model_Type::isSequencedType — Test to see if this is a sequenced type
Această funcție este EXPERIMENTALĂ. Comportamentul acestei funcții, denumirea sa și orice alte aspecte documentate în privința acestei funcții pot să fie modificate fără preaviz într-o versiune viitoare a PHP. Utilizați această funcție la propriul risc.
Test to see if this is a sequenced type. Returns true
if this type is
sequence, otherwise returns false
.
Sequenced types can have the ordering across properties preserved and can
contain unstructured text. For more information on sequenced types see
the section on
Working with Sequenced Data
Objects.
None.
Returns true
if this type is sequence, otherwise return false
.