Skip to content

Instantly share code, notes, and snippets.

View ctf0's full-sized avatar
πŸ™‡β€β™‚οΈ

Muah ctf0

πŸ™‡β€β™‚οΈ
View GitHub Profile
<?php

protected function groupSimilarByFunc($array, $fieldName, $similarity, $ignore_pattern = null)
{
    $crntLocale  = LaravelLocalization::getCurrentLocale();
    $list        = [];

    foreach ($array as $one) {
        $field = $one->$fieldName();