Help for this page

Select Code to Download


  1. or download this
    $a = ["abc",123];
    $b = -1;
    print sqrt($a);
    print sqrt($b);