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 2567 to 2574

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 27th July 2024 16:05 Europe/London time based on the source file dated 17th July 2024 15:30 Europe/London time.