Skip to content

Instantly share code, notes, and snippets.

@Motoma
Created March 9, 2011 14:34
Show Gist options
  • Save Motoma/862277 to your computer and use it in GitHub Desktop.
Save Motoma/862277 to your computer and use it in GitHub Desktop.
function disconnect()
{
if(isset($this->database_link)) mysql_close($this->database_link);
else mysql_close();
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment