Ask a Question related to Coldfusion - Advanced Techniques, Design and Development.
-
djsoren@gmail.com #1
Is there a Coldfusion equivalent to PHP's array_unique?
I'm trying to filter out unique array elements in Coldfusion MX 7. Is
there any coldfusion function equivalent to PHP's array_unique
function?
Definition of PHP's array_unique:
[url]http://us3.php.net/manual/en/function.array-unique.php[/url]
I'm open to other options as well. I'm trying to filter an array like:
2,2,4,5,7,8,8
to
2,4,5,7,8
Thank you,
Dan
djsoren@gmail.com Guest
-
#40191 [NEW]: use of array_unique triggers segfault
From: sammy- at gmx dot net Operating system: Debian PHP version: 5.2.0 PHP Bug Type: Arrays related Bug description: use... -
ASP:Panel ColdFusion equivalent.
Is there a CF equaivalent to the ASP:PANEL web form? In other words a tag to wrap certain pieces of content whose visibility property can be... -
PHP's References
I'm trying to create a stack of class objects; but on cycling through them with 'foreach' I am unable to update their properties. What is the... -
[PHP] Antithesis to array_unique
> -----Original Message----- Well, for a kick-off, how about making use of array_count_values() (http://www.php.net/array_count_values)? ... -
Antithesis to array_unique
Having STFM I am wondering if anyone knows of a quick antithesis to array_unique? We have an array in which we need to return all duplicate values...



Reply With Quote

