15,047
edits
| Line 89: | Line 89: | ||
== text match == | == text match == | ||
* [http://php.net/manual/en/function.in-array.php in_array] | * PHP [http://php.net/manual/en/function.in-array.php in_array]; [http://api.jquery.com/jQuery.inArray/ jQuery.inArray()] | ||
<pre> | <pre> | ||
//PHP code snippet: | |||
$array = array("AAA", "BBB", "CCC"); | $array = array("AAA", "BBB", "CCC"); | ||