diff --git a/reference/var/functions/is-object.xml b/reference/var/functions/is-object.xml index 346ae56ab1..0910185446 100644 --- a/reference/var/functions/is-object.xml +++ b/reference/var/functions/is-object.xml @@ -1,5 +1,5 @@ - + is_object @@ -37,6 +37,16 @@ &false; otherwise. + + &reftitle.notes; + + + This function will return &false; if used on an unserialized object + where the class definition is not present (even though + gettype returns object). + + + &reftitle.seealso;