sodium_add

Advertisement

Syntax Syntax

sodium_add( string $val, string $addv )

Parameters Parameters

$val

(string) (Required)

$addv

(string) (Required)

Return Return

(void)

Source Source

File: wp-includes/sodium_compat/lib/php72compat.php

    function sodium_add(&$val, $addv)
    {
        ParagonIE_Sodium_Compat::add($val, $addv);
    }

Advertisement

See also See also

Advertisement

Leave a Reply

This site uses Akismet to reduce spam. Learn how your comment data is processed.