Unsetting object properties (bug #36126)

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@206129 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Jakub Vrana 2006-01-30 15:21:03 +00:00
parent f69d6bd475
commit dfd29118ff

View file

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- $Revision: 1.13 $ -->
<!-- $Revision: 1.14 $ -->
<!-- splitted from ./en/functions/var.xml, last change in rev 1.2 -->
<refentry id="function.unset">
<refnamediv>
@ -43,6 +43,11 @@ unset($foo1, $foo2, $foo3);
</programlisting>
</example>
</para>
<note>
<para>
It is possible to unset even object properties visible in current context.
</para>
</note>
<para>
The behavior of <function>unset</function> inside of a function
can vary depending on what type of variable you are attempting to