Another fix on unset

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@43838 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Jesus M. Castagnetto 2001-03-19 08:45:06 +00:00
parent fb7583480f
commit cb4ff3c34b

View file

@ -1028,8 +1028,7 @@ if (!odbc_execute ($stmt, &$sqldata) || !odbc_fetch_into ($stmt, &$tmp))
</funcprototype>
</funcsynopsis>
<para>
<function>unset</function> destroys the specified variables and
returns true.
<function>unset</function> destroys the specified variables.
</para>
<para>
<example>