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 2537 to 2544

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 18th May 2024 21:35 Europe/London time based on the source file dated 13th May 2024 14:40 Europe/London time.