mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
Logical -> bitwise.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@255297 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
c747c4f06f
commit
88c251b5ef
3 changed files with 10 additions and 10 deletions
|
@ -1,9 +1,9 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.8 $ -->
|
||||
<!-- $Revision: 1.9 $ -->
|
||||
<refentry xmlns="http://docbook.org/ns/docbook" xml:id="function.gmp-and">
|
||||
<refnamediv>
|
||||
<refname>gmp_and</refname>
|
||||
<refpurpose>Logical AND</refpurpose>
|
||||
<refpurpose>Bitwise AND</refpurpose>
|
||||
</refnamediv>
|
||||
|
||||
<refsect1 role="description">
|
||||
|
@ -14,7 +14,7 @@
|
|||
<methodparam><type>resource</type><parameter>b</parameter></methodparam>
|
||||
</methodsynopsis>
|
||||
<para>
|
||||
Calculates logical AND of two GMP numbers.
|
||||
Calculates bitwise AND of two GMP numbers.
|
||||
</para>
|
||||
</refsect1>
|
||||
|
||||
|
@ -41,7 +41,7 @@
|
|||
<refsect1 role="returnvalues">
|
||||
&reftitle.returnvalues;
|
||||
<para>
|
||||
A GMP number representing the logical <literal>AND</literal> comparison.
|
||||
A GMP number representing the bitwise <literal>AND</literal> comparison.
|
||||
</para>
|
||||
</refsect1>
|
||||
|
||||
|
|
|
@ -1,9 +1,9 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.7 $ -->
|
||||
<!-- $Revision: 1.8 $ -->
|
||||
<refentry xmlns="http://docbook.org/ns/docbook" xml:id="function.gmp-or">
|
||||
<refnamediv>
|
||||
<refname>gmp_or</refname>
|
||||
<refpurpose>Logical OR</refpurpose>
|
||||
<refpurpose>Bitwise OR</refpurpose>
|
||||
</refnamediv>
|
||||
|
||||
<refsect1 role="description">
|
||||
|
@ -14,7 +14,7 @@
|
|||
<methodparam><type>resource</type><parameter>b</parameter></methodparam>
|
||||
</methodsynopsis>
|
||||
<para>
|
||||
Calculates logical inclusive OR of two GMP numbers.
|
||||
Calculates bitwise inclusive OR of two GMP numbers.
|
||||
</para>
|
||||
</refsect1>
|
||||
|
||||
|
|
|
@ -1,9 +1,9 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.8 $ -->
|
||||
<!-- $Revision: 1.9 $ -->
|
||||
<refentry xmlns="http://docbook.org/ns/docbook" xml:id="function.gmp-xor">
|
||||
<refnamediv>
|
||||
<refname>gmp_xor</refname>
|
||||
<refpurpose>Logical XOR</refpurpose>
|
||||
<refpurpose>Bitwise XOR</refpurpose>
|
||||
</refnamediv>
|
||||
|
||||
<refsect1 role="description">
|
||||
|
@ -14,7 +14,7 @@
|
|||
<methodparam><type>resource</type><parameter>b</parameter></methodparam>
|
||||
</methodsynopsis>
|
||||
<para>
|
||||
Calculates logical exclusive OR (XOR) of two GMP numbers.
|
||||
Calculates bitwise exclusive OR (XOR) of two GMP numbers.
|
||||
</para>
|
||||
</refsect1>
|
||||
|
||||
|
|
Loading…
Reference in a new issue