compare() –

You appear to be a bot. Output may be restricted

Description

Usage

$int = compare( $a, $b );

Parameters

$a
( string ) required
$b
( string ) required

Returns

int

Source

File name: wordpress/wp-includes/sodium_compat/lib/sodium_compat.php
Lines:

1 to 4 of 4
    function compare($a, $b)
    {
        return ParagonIE_Sodium_Compat::compare($a, $b);
    }
 

 View on GitHub View on Trac