Procedural File: BitBase.php
Source Location: d:\website\PhpDocumentor\/kernel/BitBase.php
Classes:
BitBase
Virtual base class (as much as one can have such things in PHP) for all derived bitweaver classes that require database access.
Page Details:
Virtual bitweaver base class
Tags:
Includes:
STORAGE_BINARY [line 26]
STORAGE_IMAGE [line 27]
array_diff_keys [line 416]
bit_redirect [line 396]
void bit_redirect(
string $pUrl)
|
|
Redirect to another page or site
Parameters
| string |
$pUrl |
The url to redirect to |
chkgd2 [line 477]
clean_file_path [line 472]
TRUE clean_file_path(
array $pPath)
|
|
Cleans file path according to system we're on
Tags:
Parameters
compare_backlinks [line 566]
void compare_backlinks(
$ar1, $ar2)
|
|
Parameters
compare_changed [line 602]
void compare_changed(
$ar1, $ar2)
|
|
Parameters
compare_files [line 586]
void compare_files(
$ar1, $ar2)
|
|
Parameters
compare_images [line 578]
void compare_images(
$ar1, $ar2)
|
|
Parameters
compare_links [line 562]
void compare_links(
$ar1, $ar2)
|
|
Parameters
compare_versions [line 594]
void compare_versions(
$ar1, $ar2)
|
|
Parameters
file_get_contents [line 529]
TRUE file_get_contents(
array $pFile)
|
|
PHP version compatability function
Tags:
Parameters
httpPrefix [line 498]
httpScheme [line 494]
ordinalize [line 446]
parse_xml_attributes [line 357]
TRUE parse_xml_attributes(
array $pString)
|
|
Parse XML Attributes and return an array this function has a whopper of a RegEx. I nabbed it from http://www.phpbuilder.com/annotate/message.php3?id=1000234 - XOXO spiderr
Tags:
Parameters
| array |
$pString |
XML type string of parameters |
r_compare_backlinks [line 574]
void r_compare_backlinks(
$ar1, $ar2)
|
|
Parameters
r_compare_changed [line 606]
void r_compare_changed(
$ar1, $ar2)
|
|
Parameters
r_compare_files [line 590]
void r_compare_files(
$ar1, $ar2)
|
|
Parameters
r_compare_images [line 582]
void r_compare_images(
$ar1, $ar2)
|
|
Parameters
r_compare_links [line 570]
void r_compare_links(
$ar1, $ar2)
|
|
Parameters
r_compare_versions [line 598]
void r_compare_versions(
$ar1, $ar2)
|
|
Parameters
tp_http_request [line 305]
TRUE tp_http_request(
array $pUrl)
|
|
tp_http_request
Tags:
Parameters
tra [line 270]
void tra(
string $pString)
|
|
Translate a string
Tags:
Parameters
| string |
$pString |
String that needs to be translated |
trim_array [line 435]
void trim_array(
&$pArray)
|
|
Parameters
unlink_r [line 283]
TRUE unlink_r(
string $pPath, [boolean $pFollowLinks = FALSE])
|
|
recursively remove files and directories
Tags:
Parameters
| string |
$pPath |
directory we want to remove |
| boolean |
$pFollowLinks |
follow symlinks or not |
usort_by_title [line 554]
TRUE usort_by_title(
array $ar1, array $ar2)
|
|
A set of compare functions that can be used in conjunction with usort() type functions
Tags:
Parameters
xmlentities [line 379]
TRUE xmlentities(
array $string, [array $quote_style = ENT_QUOTES])
|
|
XML Entity Mandatory Escape Characters
Tags:
Parameters
| array |
$string |
|
| array |
$quote_style |
|
|
|