| bio | website | twitter.com/roonaan |
|---|---|---|
| location | Netherlands | |
| age | 31 | |
| visits | member for | 2 years, 8 months |
| seen | 18 mins ago | |
| stats | profile views | 27 |
<?php
class Roonaan
extends
Person
implements
IMarried,
IFather,
IWebdeveloper,
IFrontendDeveloper,
IOnlineArchitect
{
private $_pincode = '****';
private $numChildren = 2;
public function contact($mode = 'twitter') {
switch($mode) {
case 'twitter':
header('Refresh:0;URL="http://twitter.com/roonaan"');
break;
case 'linkedin':
header('Refresh:0;URL="http://www.linkedin.com/in/arnoudtenhoedt"');
break;
case 'experts-exchange':
header('Refresh:0;URL="http://www.experts-exchange.com/M_3422754.html"');
break;
case 'stackoverflow':
header('Refresh:0;URL="http://stackoverflow.com/users/466514/roonaan"');
break;
}
}
}
?>
This user has not asked any questions
|
|
Stack Overflow | 482 rep | 26 |
This user has no active bounties
8 Votes Cast
| all time | by type | month | |||||
|---|---|---|---|---|---|---|---|
| 8 | up | 0 | question | 1 | |||
| 0 | down | 8 | answer | ||||