Help for this page
Select Code to Download
Select
or
download this
return $foo[$i];
Select
or
download this
return $foo[rand(scalar @foo)];
Select
or
download this
return $foo[ rand(scalar @foo) ];
Select
or
download this
if ( $foo ) { bar(); } else { baz(); }
Select
or
download this
if ( $foo ) { bar(); } else { baz(); }