constructor __construct [line 46]
	
  
	
	method abs [line 157]
	
  
	
	method addslashes [line 325]
	
  
	
	method chr [line 91]
	
    | | string chr(
$ascii, int
$string) | 
 | 
	
		Return a specific character
Return a specific character
Tags:
	Overrides 
PHPLinq_Adapter_Abstract::chr() (Return a specific character)
        
Parameters:
    
        
   
  
	
	method count [line 127]
	
    | | string count(
mixed
$var) | 
 | 
	
		Count elements in an array, or properties in an object
Count elements in an array, or properties in an object
Tags:
	Overrides 
PHPLinq_Adapter_Abstract::count() (Count elements in an array, or properties in an object)
        
Parameters:
    
        
   
  
	
	method lcfirst [line 273]
	
    | | string lcfirst(
string
$str) | 
 | 
	
		Make a string's first character lowercase
Make a string's first character lowercase
Tags:
	Overrides 
PHPLinq_Adapter_Abstract::lcfirst() (Make a string's first character lowercase)
        
Parameters:
    
        
   
  
	
	method ltrim [line 187]
	
    | | string ltrim(
string
$str) | 
 | 
	
		Strip whitespace (or other characters) from the beginning of a string
Strip whitespace (or other characters) from the beginning of a string
Tags:
	Overrides 
PHPLinq_Adapter_Abstract::ltrim() (Strip whitespace (or other characters) from the beginning of a string)
        
Parameters:
    
        
   
  
	
	method max [line 137]
	
  
	
	method md5 [line 294]
	
    | | string md5(
string
$str, [boolean
$raw_output = false]) | 
 | 
	
		Calculate the md5 hash of a string
Calculate the md5 hash of a string
Tags:
	Overrides 
PHPLinq_Adapter_Abstract::md5() (Calculate the md5 hash of a string)
        
Parameters:
    
        
   
  
	
	method min [line 147]
	
  
	
	method operator [line 56]
	
  
	
	method ord [line 81]
	
    | | string ord(
string
$string) | 
 | 
	
		Return ASCII value of character
Return ASCII value of character
Tags:
	Overrides 
PHPLinq_Adapter_Abstract::ord() (Return ASCII value of character)
        
Parameters:
    
        
   
  
	
	method rand [line 196]
	
  
	
	method round [line 219]
	
  
	
	method rtrim [line 229]
	
    | | string rtrim(
string
$str) | 
 | 
	
		Strip whitespace (or other characters) from the end of a string
Strip whitespace (or other characters) from the end of a string
Tags:
	Overrides 
PHPLinq_Adapter_Abstract::rtrim() (Strip whitespace (or other characters) from the end of a string)
        
Parameters:
    
        
   
  
	
	method sha1 [line 305]
	
    | | string sha1(
string
$str, [boolean
$raw_output = false]) | 
 | 
	
		Calculate the sha1 hash of a string
Calculate the sha1 hash of a string
Tags:
	Overrides 
PHPLinq_Adapter_Abstract::sha1() (Calculate the sha1 hash of a string)
        
Parameters:
    
        
   
  
	
	method soundex [line 315]
	
    | | string soundex(
string
$str) | 
 | 
	
		Calculate the soundex key of a string
Calculate the soundex key of a string
Tags:
	Overrides 
PHPLinq_Adapter_Abstract::soundex() (Calculate the soundex key of a string)
        
Parameters:
    
        
   
  
	
	method stripos [line 263]
	
    | | string stripos(
string
$haystack, mixed
$needle, [int
$offset = 0]) | 
 | 
	
		Find position of first occurrence of a case-insensitive string
Find position of first occurrence of a case-insensitive string
Tags:
	Overrides 
PHPLinq_Adapter_Abstract::stripos() (Find position of first occurrence of a case-insensitive string)
        
Parameters:
    
        
   
  
	
	method strlen [line 117]
	
  
	
	method strpos [line 251]
	
    | | string strpos(
string
$haystack, mixed
$needle, [int
$offset = 0]) | 
 | 
	
		Find position of first occurrence of a string
Find position of first occurrence of a string
Tags:
	Overrides 
PHPLinq_Adapter_Abstract::strpos() (Find position of first occurrence of a string)
        
Parameters:
    
        
   
  
	
	method strtolower [line 167]
	
  
	
	method strtoupper [line 177]
	
  
	
	method str_repeat [line 336]
	
  
	
	method str_replace [line 208]
	
    | | string str_replace(
mixed
$search, mixed
$replace, mixed
$subject) | 
 | 
	
		Replace all occurrences of the search string with the replacement string
Replace all occurrences of the search string with the replacement string
Tags:
	Overrides 
PHPLinq_Adapter_Abstract::str_replace() (Replace all occurrences of the search string with the replacement string)
        
Parameters:
    
        
   
  
	
	method substr [line 103]
	
    | | string substr(
string
$string, int
$start, [int
$length = '']) | 
 | 
	
		Return part of a string
Return part of a string
Tags:
	Overrides 
PHPLinq_Adapter_Abstract::substr() (Return part of a string)
        
Parameters:
    
        
   
  
	
	method trim [line 239]
	
    | | string trim(
string
$str) | 
 | 
	
		Strip whitespace (or other characters) from the beginning and end of a string
Strip whitespace (or other characters) from the beginning and end of a string
Tags:
	Overrides 
PHPLinq_Adapter_Abstract::trim() (Strip whitespace (or other characters) from the beginning and end of a string)
        
Parameters:
    
        
   
  
	
	method ucfirst [line 283]
	
    | | string ucfirst(
string
$str) | 
 | 
	
		Make a string's first character uppercase
Make a string's first character uppercase
Tags:
	Overrides 
PHPLinq_Adapter_Abstract::ucfirst() (Make a string's first character uppercase)
        
Parameters: