mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 08:58:56 +00:00
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:
parent
f69d6bd475
commit
dfd29118ff
1 changed files with 6 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue