note 102606 deleted from function.array-unique by danbrown
[email protected] Thu, 24 Feb 2011 07:06:55 -0800
| Newsgroups | php.notes |
|---|---|
| Message-ID | <[email protected]> |
Note Submitter: clgsru at gmail dot com
Reason: non-english
----
Заметил ошибку:
$string='28,3 кв.м. от ЗАСТРОЙЩИКА от ЗАСТРОЙЩИКА!!';
$t=explode(' ', html_entity_decode($string, ENT_QUOTES, "Windows-1251"));
$t=array_unique($t);
echo implode(' ',$t); // 28,3 кв.м. от ЗАСТРОЙЩИКА ЗАСТРОЙЩИКА!!