Example #1
0
 protected function SortString($subjec, $seek)
 {
     $this->sorted_subject = SortString::Sort($subjec);
     $this->sorted_seek = SortString::Sort($seek);
 }
Example #2
0
 protected function CompareString($subject, $seek)
 {
     return SortString::Sort($subject) == SortString::Sort($seek);
 }