/ Published in: PHP
Expand |
Embed | Plain Text
function array_value_exists($value, $array) { }
Comments
Subscribe to comments
You need to login to post a comment.
jamierumbelow on 12/18/08
4 people have marked this snippet as a favorite
brent-man
luman
vali29
joethermal
function array_value_exists($value, $array) { }
Subscribe to comments
You need to login to post a comment.
Why not use in_array? *confused*