diff --git a/reference/var/functions/unset.xml b/reference/var/functions/unset.xml index 97140c950f..191741db6e 100644 --- a/reference/var/functions/unset.xml +++ b/reference/var/functions/unset.xml @@ -1,5 +1,5 @@ - + @@ -43,6 +43,11 @@ unset($foo1, $foo2, $foo3); + + + It is possible to unset even object properties visible in current context. + + The behavior of unset inside of a function can vary depending on what type of variable you are attempting to