Метод |
Описание |
|
arrayIntersect ( &$a1, &$a2 ) |
returns an array containing all the values of array1 which have matching keys that are present in a2 |
|
isAjax ( ) |
returns true if the page has been requested via a browser XMLHTTPRequest (AJAX call) |
|
isDupe ( &$in, $includeUnsubscribed = false ) |
returns an array of duplicate found emails. FALSE if no dupes were found. |
|
isEmail ( $_address ) |
returns email legitimacy (bool) |
|
isEmailS ( $value ) |
|
|
makeCode ( $length = false ) |
returns code (str) |
|
makePassword ( ) |
|
|
parseConfig ( $file ) |
Parse a config file, return an array containing key: value |
|
slashStrip ( $input ) |
deeply strips slashes added by magic quotes. Generally used on $_POST & $_GET. |
|
timeFromStr ( $str ) |
piggy backs on adodb's excellent time library -- supporting a wide range of dates (100AD +) |
|
timeGetFormat ( ) |
Returns the current dateformat as a string |
|
timeToStr ( $int ) |
Function will allow overidding of default date display format (MM/DD/YY vs. DD/MM/YY vs. YYYY/MM/DD etc.) |
|
trimArray ( &$a ) |
trims an array of whitespace |
|
trimValue ( &$value ) |
|
|