toArray() toArray( $tokenList) translates an array of objects into an associative array Parameters $tokenList
preprint() preprint( $arr, $return = false) Prints an array only if debug mode is on. Parameters $arr $return
endsWith() endsWith(string $haystack, string $needle) Ends the given string $haystack with the string $needle? Parameters string $haystack string $needle
revokeQuotation() revokeQuotation( $sql) Revokes the quoting characters from an expression Parameters $sql
removeParenthesisFromStart() removeParenthesisFromStart( $token) This method removes parenthesis from start of the given string. It removes also the associated closing parenthesis. Parameters $token