Function (PHP)

Plaintext - Copy this

1
2
3
4
<?php
function blah() {
 echo 'no tabs allowed? crap..';
}