PHP Doku:: Return the namespace URI of the type for a data object. - function.sdo-dataobject-gettypenamespaceuri.html

Verlauf / Chronik / History: (1) anzeigen

Sie sind hier:
Doku-StartseitePHP-HandbuchFunktionsreferenzXML-ManipulationService Data ObjectsSDO FunktionenSDO_DataObject::getTypeNamespaceURI

Ein Service von Reinhard Neidl - Webprogrammierung.

SDO Funktionen

<<SDO_DataObject::getTypeName

SDO_Exception::getCause>>

SDO_DataObject::getTypeNamespaceURI

(^)

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

Beschreibung

string SDO_DataObject::getTypeNamespaceURI ( 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.

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

Parameter-Liste

None.

Rückgabewerte

The namespace URI of the type for the data object.


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