HM\BackUpWordPress\Requirement_Proc_Open::test PHP Method

test() public static method

public static test ( ) : boolean
return boolean
    public static function test()
    {
        return function_exists('proc_open') && function_exists('proc_close');
    }
Requirement_Proc_Open