PHP Doku:: Get the list index for a changed many-valued property - function.sdo-das-setting-getlistindex.html

Verlauf / Chronik / History: (1) anzeigen

Sie sind hier:
Doku-StartseitePHP-HandbuchFunktionsreferenzXML-ManipulationService Data ObjectsSDO FunktionenSDO_DAS_Setting::getListIndex

Ein Service von Reinhard Neidl - Webprogrammierung.

SDO Funktionen

<<SDO_DAS_DataObject::getChangeSummary

SDO_DAS_Setting::getPropertyIndex>>

SDO_DAS_Setting::getListIndex

(^)

SDO_DAS_Setting::getListIndex Get the list index for a changed many-valued property

Beschreibung

int SDO_DAS_Setting::getListIndex ( void )
Warnung

Diese Funktion ist EXPERIMENTELL. Das Verhalten, der Funktionsname und alles Andere, was hier dokumentiert ist, kann sich in zukünftigen PHP-Versionen ohne Ankündigung ändern. Seien Sie gewarnt und verwenden Sie diese Funktion auf eigenes Risiko.

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

Parameter-Liste

None.

Rückgabewerte

The list index for the element of the many-valued property which has been changed.


Keine BenutzerBeiträge.
- Beiträge aktualisieren...



PHP Powered Diese Seite bei php.net
The PHP manual text and comments are covered by the Creative Commons Attribution 3.0 License © the PHP Documentation Group - Impressum - mail("TO:Reinhard Neidl",...)