JDatabaseQuery::length
Get the length of a string in bytes.
Note, use 'charLength' to find the number of characters in a string. Usage: query->where($query->length('a').' > 3');
Signature
public function length(string
$value )
Parameters
-
$value
- The string to measure.
Returns
- int