(no version information, might be only in CVS)
SDO_DAS_Setting::getListIndex --
Get the list index for a changed many-valued property.
说明
int
SDO_DAS_Setting::getListIndex ( void )
警告 |
本函数是实验性的。本函数的行为,包括函数名称以及其它任何关于本函数的文档可能会在没有通知的情况下随
PHP 以后的发布而改变。使用本函数风险自担。 |
Get the list index for a modification made to an element of a
many-valued property.
For example, if we modified the third element of a
many-valued property
we could obtain an SDO_DAS_Setting from the
change summary corresponding to that modification.
A call to
getListIndex()
on that setting would return the value 2 (lists are indexed from zero).