Collections functions
General functions
Render functions
Theme permission functions
User functions
Resource functions

sorthighlights()

Parameters

ColumnTypeDefaultDescription
$a
$b

Location

include/search_functions.php lines 2529 to 2536

Definition

 
function sorthighlights($a$b)
    {
    
# fixes an odd problem for str_highlight related to the order of keywords
    
if (strlen($a) < strlen($b)) {
        return 
0;
        }
    return (
$a $b) ? -1;
    }

This article was last updated 29th November 2023 07:35 Europe/London time based on the source file dated 13th November 2023 11:05 Europe/London time.