Markdown with php

Php code posted
created at 15 Jun 21:30

Edit | Back
1
2
3
4
- When opening an array, if the array only has one or two elements and it fits
  within the 80 column limit, you may use inline array notation:

        $noises = array('cow' => 'moo', 'chicken' => 'cluck');
212 Bytes in 2 ms with coderay