Run ❯
Get your
own PHP
server
❯
Run Code
Ctrl+Alt+R
Change Orientation
Ctrl+Alt+O
Change Theme
Ctrl+Alt+D
Go to Spaces
Ctrl+Alt+P
"; } else { echo "Match not found
"; } if (in_array("Glenn",$people, TRUE)) { echo "Match found
"; } else { echo "Match not found
"; } if (in_array(23,$people, TRUE)) { echo "Match found
"; } else { echo "Match not found
"; } ?>
Match not found
Match found
Match found