Name

sdl_quitsubsystem — Shut down a subsystem

Synopsis

long sdl_quitsubsystem($flags); 
long  $flags;

Description

SDL_QuitSubSystem allows you to shut down a subsystem that has been previously initialized by sdl_init or sdl_initsubsystem. The flags tells SDL_QuitSubSystem which subsystems to shut down, it uses the same values that are passed to sdl_init.