SDO_DAS_Setting::isSet

(^)

SDO_DAS_Setting::isSet Test whether a property was set prior to being modified

Opis

SDO_DAS_Setting::isSet ( void ) : bool
Ostrzeżenie

Ta funkcja jest w stadium EKSPERYMENTALNYM. Oznacza to, że zachowanie funkcji, jej nazwa, w zasadzie wszystko udokumentowane tutaj może zostać zmienione w przyszłych wersjach PHP bez wcześniejszego uprzedzenia. Używaj tej funkcji na własne ryzyko.

Test whether a property was set prior to being modified. If it was set prior to being modified then the SDO_DAS_Setting will also contain the old value.

Parametry

None.

Zwracane wartości

Returns TRUE if the property was set prior to being modified, otherwise returns FALSE.

add a note add a note

User Contributed Notes

There are no user contributed notes for this page.
To Top