Skip to content

Latest commit

 

History

History
11 lines (9 loc) · 169 Bytes

File metadata and controls

11 lines (9 loc) · 169 Bytes

first()

Return the first not null parameter.

first()

$nullObj = null;
$nullArray = null;
$string = '';
$first($nullObj, $nullArray, $string); // ''