Skip to content

Instantly share code, notes, and snippets.

@gennad
Created December 3, 2010 18:12
Show Gist options
  • Save gennad/727300 to your computer and use it in GitHub Desktop.
Save gennad/727300 to your computer and use it in GitHub Desktop.
/**
* Connects to the database
*
* Connects to the database and some other
* discription....
* @param $type some variable
*/
function connect($type = '') {
//some code
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment