SDO 函数
PHP 手册

SDO_DAS_Setting::getValue

(^)

SDO_DAS_Setting::getValue Get the old value for the changed property

说明

mixed SDO_DAS_Setting::getValue ( void )
Warning

本函数是实验性的。本函数的行为,包括函数名称以及其它任何关于本函数的文档可能会在没有通知的情况下随 PHP 以后的发布而改变。使用本函数风险自担。

Returns the old value for the changed property. This can be used by a Data Access Service when writing updates to a data source. The DAS uses the old value to detect conflicts by comparing it with the current value in the data source. If they do not match, then the data source has been updated since the data object was originally populated, and therefore writing any new updates risks compromising the integrity of the data.

参数

None.

返回值

Returns the old value of the changed property.


SDO 函数
PHP 手册