Please answer this simple SPAM challenge: two plus three? (Example: nine)
<?phpfunction swap( &$a, &$b ): void { [ $a, $b ] = [ $b, $a ]; }?>
<< Back to user notes page