<?php var_dump(INTL_ICU_VERSION); $s1 = 'Hello'; $coll = collator_create('en_US'); $res = collator_get_sort_key($coll, $s1); echo bin2hex($res);
You have javascript disabled. You will not be able to edit any code.