mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 08:58:56 +00:00
rephrasing
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@134577 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
bff96f3b24
commit
295d314526
1 changed files with 2 additions and 2 deletions
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.10 $ -->
|
||||
<!-- $Revision: 1.11 $ -->
|
||||
<!-- splitted from ./en/functions/var.xml, last change in rev 1.2 -->
|
||||
<refentry id="function.isset">
|
||||
<refnamediv>
|
||||
|
@ -20,7 +20,7 @@
|
|||
</simpara>
|
||||
<para>
|
||||
If a variable has been unset with <function>unset</function>, it will no
|
||||
longer be <function>isset</function>. <function>isset</function> will
|
||||
longer be set. <function>isset</function> will
|
||||
return &false; if testing a variable that has been set to &null;. Also
|
||||
note that a &null; byte (<literal>"\0"</literal>) is not equivalent to
|
||||
the PHP &null; constant.
|
||||
|
|
Loading…
Reference in a new issue