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

sorthighlights()

Parameters

ColumnTypeDefaultDescription
$a
$b

Location

include/search_functions.php lines 2523 to 2530

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 26th April 2024 13:05 Europe/London time based on the source file dated 25th April 2024 17:25 Europe/London time.