function connect($host, $user, $pass, $db){ // ...}// ...$foo = bar::instance();$foo->connect(/*... */);