PHP Classes

File: src/Transform/transformScore.php

Recommend this page to a friend!
  Classes of AccountKiller   Fuse   src/Transform/transformScore.php   Download  
File: src/Transform/transformScore.php
Role: Auxiliary script
Content type: text/plain
Description: Auxiliary script
Class: Fuse
Fuzzy search of arrays using the Bitap algorithm
Author: By
Last change:
Date: 1 year ago
Size: 137 bytes
 

Contents

Class file image Download
<?php

namespace Fuse\Transform;

function
transformScore(array &$result, array &$data): void
{
   
$data['score'] = $result['score'];
}