Help for this page

Select Code to Download


  1. or download this
    $var = some_class->some_method() || ''
    
  2. or download this
    @array1 = get_array2() || ();
    
    ...
    
    return (@array2);
    }