Help for this page
Select Code to Download
Select
or
download this
$a = ["abc",123]; $b = -1; print sqrt($a); print sqrt($b);