Home > PHP > Function > SDO > SDO_Model_Property::isMany()

SDO_Model_Property::isMany()

SDO_Model_Property::isMany - Test to see if the property is many-valued

Syntax

bool SDO_Model_Property::isMany ()

Arguments

-

Description

Test to see if the property is many-valued. Returns TRUE if this is a many-valued property, otherwise returns FALSE.

Version

PHP ^

Return value

Returns TRUE if this is a many-valued property, otherwise returns FALSE.