SDO_Model_Type::getNamespaceURI

(^)

SDO_Model_Type::getNamespaceURI Get the namespace URI of the type

Opis

SDO_Model_Type::getNamespaceURI ( void ) : string
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.

Returns the namespace URI of the type. The combination of namespace URI and type name is used to uniquely identify the type.

Parametry

None.

Zwracane wartości

Returns the namespace URI of the type.

add a note add a note

User Contributed Notes

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