codepad
[
create a new paste
]
login
|
about
Link:
http://codepad.org/NmJWFAxh
[
raw code
|
output
|
fork
]
PHP
,
pasted on Jun 21:
1
2
3
4
<?php
$myArray
=
range
(
0
,
3
);
var_dump
(
in_array
(
"1"
,
$myArray
));
Output:
1
bool(true)
Create a new paste based on this one
Comments: