[ create a new paste ] login | about

ryanjbonnell

Name:
Email:
Site/Blog:
Location:
Default language:
Favorite languages:
About:

Saved pastes by ryanjbonnell:

PHP, pasted on Jun 28:
1
2
3
4
5
<?php

    function is_array_empty( $mixed ) {
        if ( is_array($mixed) ) {
            foreach ($mixed as $value) {
...
view (29 lines, 1 line of output)