Jetpack_Signature::join_with_equal_sign PHP 메소드

join_with_equal_sign() 공개 메소드

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