Date: 07/31/99
- Next message: Jim Winstead: "[PHP-DEV] cvs: /phpdoc/functions strings.sgml"
- Previous message: Jim Winstead: "[PHP-DEV] cvs: /phpdoc/appendices debugger.sgml /phpdoc/chapters config.sgml install.sgml intro.sgml security.sgml /phpdoc/functions ifx.sgml image.sgml info.sgml sem.sgml"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
jim Sat Jul 31 20:39:46 1999 EDT
Modified files:
/phpdoc/language operators.sgml
Log:
Add ^ documentation.
Index: phpdoc/language/operators.sgml
diff -u phpdoc/language/operators.sgml:1.1 phpdoc/language/operators.sgml:1.2
--- phpdoc/language/operators.sgml:1.1 Sat Jun 19 22:25:34 1999
+++ phpdoc/language/operators.sgml Sat Jul 31 20:39:46 1999
@@ -128,6 +128,11 @@
<entry>Bits that are set in either $a or $b are set.</entry>
</row>
<row>
+ <entry>$a ^ $b</entry>
+ <entry>Xor</entry>
+ <entry>Bits that are set in $a or $b but not both are set.</entry>
+ </row>
+ <row>
<entry>~ $a</entry>
<entry>Not</entry>
<entry>Bits that are set in $a are not set, and vice versa.</entry>
-- PHP Development Mailing List <http://www.php.net/> To unsubscribe, e-mail: php-dev-unsubscribe <email protected> For additional commands, e-mail: php-dev-help <email protected> To contact the list administrators, e-mail: php-list-admin <email protected>
- Next message: Jim Winstead: "[PHP-DEV] cvs: /phpdoc/functions strings.sgml"
- Previous message: Jim Winstead: "[PHP-DEV] cvs: /phpdoc/appendices debugger.sgml /phpdoc/chapters config.sgml install.sgml intro.sgml security.sgml /phpdoc/functions ifx.sgml image.sgml info.sgml sem.sgml"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

