- PHP 手册
- 函数参考
- XML 操作
- SDO
- SDO 函数
SDO_DAS_DataFactory::getDataFactory
(^)
SDO_DAS_DataFactory::getDataFactory — Get a data factory instance
说明
SDO_DAS_DataFactory::getDataFactory ( void ) : SDO_DAS_DataFactory Warning此函数是实验性的。此函数的表象,包括名称及其相关文档都可能在未来的 PHP 发布版本中未通知就被修改。使用本函数风险自担 。
Static method to get an instance of an SDO_DAS_DataFactory. This instance is initially only configured with the basic SDO types. A Data Access Service is responsible for populating the data factory model and then allowing PHP applications to create SDOs based on the model through the SDO_DataFactory interface. PHP applications should always obtain a data factory from a configured Data Access Service, not through this interface.
参数
None.
返回值
Returns an SDO_DAS_DataFactory.
User Contributed Notes
There are no user contributed notes for this page.官方地址:https://www.php.net/manual/en/sdo-das-datafactory.getdatafactory.php