SDO_Model_Type::isDataType

(^)

SDO_Model_Type::isDataType Test to see if this SDO_Model_Type is a primitive data type

Opis

SDO_Model_Type::isDataType ( 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 to see if this SDO_Model_Type is a primitive data type. Returns TRUE if this type is a primitive data type, otherwise returns FALSE.

Parametry

None.

Zwracane wartości

Returns TRUE if this type is a primitive data type, otherwise returns FALSE.

add a note add a note

User Contributed Notes

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