[ create a new paste ] login | about

Link: http://codepad.org/OIOZLqFc    [ raw code | output | fork ]

PHP, pasted on Aug 18:
1
2
3
4
5
6
7
<?php
$yes = array("trtr");
if(is_array($yes)) {
echo "is an array";
} else {
echo "is not";
}


Output:
1
is an array


Create a new paste based on this one


Comments: