function aff_error_connect($str) { echo rouge("[ : ERROR ! : ]") . $str . rouge("[ : ERROR !]") . "\n"; echo rouge("-> exit\n"); exit; return -1; }
function aff_error($str) { // fprintf(STDERR, "%", rouge("Error : ".$str."\n")); echo rouge("\n\n[ERROR] " . $str . "\n"); exit; return FALSE; }
public function __destruct() { echo rouge("QUIT Player\n"); }