SDO_DAS_Setting::isSet
(no version information, might be only in CVS)
SDO_DAS_Setting::isSet --
Test whether a property was set prior to being modified
説明
bool
SDO_DAS_Setting::isSet ( void )
警告 |
この関数は、
実験的 なものです。この関数の動作・
名前・その他ドキュメントに書かれている事項は、予告なく、将来的な PHP
のリリースにおいて変更される可能性があります。
この関数は自己責任で使用してください。 |
Test whether a property was set prior to being modified.
If it was set prior to being modified then the SDO_DAS_Setting
will also contain the old value.
返り値
Returns TRUE if the property was set prior to being modified,
otherwise returns FALSE.