SDO İşlevleri
PHP Manual

SDO_DataObject::getTypeNamespaceURI

(^)

SDO_DataObject::getTypeNamespaceURI Return the namespace URI of the type for a data object.

Açıklama

string SDO_DataObject::getTypeNamespaceURI ( void )
Uyarı

Bu işlev DENEYSELDİR. Bu işlevin davranışı, ismi ve belgeleri PHP'nin sonraki sürümlerinde hiçbir duyuru yapılmaksızın değiştirilebilir. Bu riski göze alamayacaksanız bu işlevi kullanmayın.

Return the namespace URI of the type for a data object. A convenience method corresponding to SDO_Model_ReflectionDataObject::getType().getNamespaceURI().

Değiştirgeler

None.

Dönen Değerler

The namespace URI of the type for the data object.


SDO İşlevleri
PHP Manual