getMessage(), "\n"; } } } function init() { return self::$ffi->aws_crt_init(); } function clean_up() { return self::$ffi->aws_crt_clean_up(); } function last_error() { return self::$ffi->aws_crt_last_error(); } function error_str($error) { return self::$ffi->aws_crt_error_str((int) $error); } function error_name($error) { return self::$ffi->aws_crt_error_name((int) $error); } }