note 75609 deleted from function.in-array by felipe
| Newsgroups | php.notes |
|---|---|
| Message-ID | <[email protected]> |
Note Submitter: Abro ---- RE: In trying to emulate a case insensitive in_array().... why not : foreach the parameter vals, strtolower them and after that have a small and simple in_array functioncall ... ? should be mouch smarter ;)