Truncate string if it is longer than the allowed length.
Replace the middle or the ending part of a string with a placeholder.
| package |
Framework |
|---|
stringInput string
integerMax. length
stringReplace removed chars with this
booleanSet to True if string should be truncated from the end
stringAbbreviated string
Get all keys from array (recursive).
| package |
Framework |
|---|
arrayInput array
arrayList of array keys
Remove all non-ascii and non-word chars except ., -, _
| package |
Framework |
|---|---|
Format e-mail address
| package |
Framework |
|---|
stringE-mail address
stringFormatted e-mail address
Compose a valid representation of name and e-mail address
| package |
Framework |
|---|
stringE-mail address
stringPerson name
stringFormatted string
Returns number of seconds for a specified offset string.
| package |
Framework |
|---|
stringString representation of the offset (e.g. 20min, 5h, 2days, 1week)
integerNumber of seconds
Create a unix timestamp with a specified offset from now.
| package |
Framework |
|---|
stringString representation of the offset (e.g. 20min, 5h, 2days)
integerFactor to multiply with the offset
integerUnix timestamp
Similar function as in_array() but case-insensitive with multibyte support.
| package |
Framework |
|---|
stringNeedle value
booleanTrue if found, False if not
Check if a string contains only ascii characters
| package |
Framework |
|---|
stringString to check
booleanIncludes control characters
boolean
Parse a human readable string for a number of bytes.
| package |
Framework |
|---|
stringInput string
floatNumber of bytes
Builder for HTML drop-down menus Syntax:<pre> // create instance. arguments are used to set attributes of select-tag $select = new html_select(array('name' => 'fieldname'));
// add one option $select->add('Switzerland', 'CH');
// add multiple options $select->add(array('Switzerland','Germany'), array('CH','DE'));
// generate pulldown with selection 'Switzerland' and return html-code // as second argument the same attributes available to instanciate can be used print $select->show('CH');
Helper class to turn relative urls into absolute ones using a predefined base
Database independent query interface This is a wrapper for the PHP PDO
This is a wrapper for the PHP PDO.
Database independent query interface This is a wrapper for the PHP PDO
This is a wrapper for the PHP PDO.
Database independent query interface This is a wrapper for the PHP PDO
This is a wrapper for the PHP PDO.
Database independent query interface This is a wrapper for the PHP PDO
This is a wrapper for the PHP PDO.
Lightweight plugin API class serving as a dummy if plugins are not enabled
Logical representation of a mail message with all its data and related functions
Class for sorting an array of rcube_message_header objects in a predetermined order.
Class holding a set of rcube_result_index instances that together form a result set of a multi-folder search
Roundcube result set class
Representing an address directory result set. Implenets Iterator and thus be used in foreach() loops.
Spellchecking backend implementation to work with an After the Deadline service See http://www.afterthedeadline.com/ for more information
Spellchecking backend implementation to work with a Googiespell service
MS-TNEF format decoder based on code by: Graham Norbury <gnorbury@bondcar.com> Original design by: Thomas Boll <tb@boll.ch>, Mark Simpson <damned@world.std.com>