Jetpack_Signature::join_with_equal_sign PHP Method

join_with_equal_sign() public method

public join_with_equal_sign ( $name, $value )
    function join_with_equal_sign($name, $value)
    {
        return "{$name}={$value}";
    }