mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 17:08:54 +00:00
unset is a construct not a function, removed the incorrect (int) return
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@43739 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
607000d749
commit
ff59472ac3
1 changed files with 6 additions and 1 deletions
|
@ -1021,7 +1021,7 @@ if (!odbc_execute ($stmt, &$sqldata) || !odbc_fetch_into ($stmt, &$tmp))
|
|||
<title>Description</title>
|
||||
<funcsynopsis>
|
||||
<funcprototype>
|
||||
<funcdef>int <function>unset</function></funcdef>
|
||||
<funcdef>void <function>unset</function></funcdef>
|
||||
<paramdef>mixed <parameter>var</parameter></paramdef>
|
||||
<paramdef>mixed <parameter><optional>var</optional></parameter></paramdef>
|
||||
<paramdef><parameter><optional>...</optional></parameter></paramdef>
|
||||
|
@ -1144,6 +1144,11 @@ foo();
|
|||
</programlisting>
|
||||
</informalexample>
|
||||
</para>
|
||||
<para>
|
||||
<note>
|
||||
<function>unset</function> is a language construct.
|
||||
</note>
|
||||
</para>
|
||||
<para>
|
||||
See also <function>isset</function> and
|
||||
<function>empty</function>.
|
||||
|
|
Loading…
Reference in a new issue