- Description
-
Class trees
Index of elements
Todo List
Interfaces
Phpfox_Cache_Interface
Phpfox_Database_Interface
Phpfox_Gateway_Interface
Phpfox_Image_Interface
Phpfox_Mail_Interface
Classes
Database_Driver_Mssql
Database_Driver_Oracle
Database_Driver_Postgres
Database_Driver_Sqlite
Phpfox
Phpfox_Ajax
Phpfox_Api
Phpfox_Archive
Phpfox_Archive_Export
Phpfox_Archive_Extension_Tar
Phpfox_Archive_Extension_Xml
Phpfox_Archive_Extension_Zip
Phpfox_Archive_Import
Phpfox_Archive_Support
Phpfox_Cache
Phpfox_Cache_Abstract
Phpfox_Cache_Storage_File
Phpfox_Cache_Storage_Memcache
Phpfox_Cdn
Phpfox_Cdn_Abstract
Phpfox_Cdn_Module_S3
Phpfox_Component
Phpfox_Cron
Phpfox_Database
Phpfox_Database_Dba
Phpfox_Database_Driver_Mysql
Phpfox_Database_Driver_Mysqli
Phpfox_Database_Export
Phpfox_Database_Support
Phpfox_Date
Phpfox_Debug
Phpfox_Diff_Md5
Phpfox_Editor
Phpfox_Error
Phpfox_File
Phpfox_File_Minimize
Phpfox_Ftp
Phpfox_Gateway
Phpfox_Gateway_Api_2checkout
Phpfox_Gateway_Api_Paypal
Phpfox_Hash
Phpfox_Image
Phpfox_Image_Abstract
Phpfox_Image_Helper
Phpfox_Image_Library_Gd
Phpfox_Locale
Phpfox_Mail
Phpfox_Mail_Driver_Phpmailer_Mail
Phpfox_Mail_Driver_Phpmailer_Smtp
Phpfox_Module
Phpfox_Pager
Phpfox_Parse_Bbcode
Phpfox_Parse_Css
Phpfox_Parse_Format
Phpfox_Parse_Input
Phpfox_Parse_Output
Phpfox_Parse_Wiki
Phpfox_Plugin
Phpfox_Process
Phpfox_Request
Phpfox_Search
Phpfox_Search_Inline
Phpfox_Server
Phpfox_Service
Phpfox_Session
Phpfox_Session_Handler
Phpfox_Session_Handler_Default
Phpfox_Session_Handler_File
Phpfox_Session_Handler_Memcache
Phpfox_Session_Storage_Cookie
Phpfox_Session_Storage_Session
Phpfox_Setting
Phpfox_Spam
Phpfox_Spam_Hash
Phpfox_Template
Phpfox_Url
Phpfox_Validator
Phpfox_Xml_Builder
Phpfox_Xml_Parser
Functions
d
e
p
Files
2checkout.class.php
abstract.class.php
abstract.class.php
abstract.class.php
ajax.class.php
api.class.php
archive.class.php
bbcode.class.php
builder.class.php
cache.class.php
cdn.class.php
component.class.php
cookie.class.php
cron.class.php
css.class.php
database.class.php
date.class.php
dba.class.php
debug.class.php
default.class.php
editor.class.php
error.class.php
export.class.php
export.class.php
file.class.php
file.class.php
file.class.php
format.class.php
ftp.class.php
gateway.class.php
gd.class.php
handler.class.php
hash.class.php
hash.class.php
helper.class.php
image.class.php
import.class.php
inline.class.php
input.class.php
interface.class.php
interface.class.php
interface.class.php
interface.class.php
interface.class.php
locale.class.php
mail.class.php
mail.class.php
md5.class.php
memcache.class.php
memcache.class.php
minimize.class.php
module.class.php
mssql.class.php
mysql.class.php
mysqli.class.php
oracle.class.php
output.class.php
pager.class.php
parser.class.php
paypal.class.php
phpfox.class.php
plugin.class.php
postgres.class.php
process.class.php
request.class.php
s3.class.php
search.class.php
server.class.php
service.class.php
session.class.php
session.class.php
setting.class.php
smtp.class.php
spam.class.php
sqlite.class.php
support.class.php
support.class.php
tar.class.php
template.class.php
url.class.php
validator.class.php
wiki.class.php
xml.class.php
zip.class.php
Template-
Classes
Phpfox_Template_Cache
Files
cache.class.php
Phpfox_Request
Creates a special request method which is used in the script instead of calling the default $_REQUEST methods. All requests are parsed and trimmed.
Located in /include/library/phpfox/request/request.class.php (line 18)
mixed
send
(string $sUrl, [array $aPost = array()], [string $sMethod = 'POST'], [string $sUserAgent = null], [string $aCookies = null])
static array
$_aBrowser
= array() (line 61)
List of browsers.
array
$_aArgs
= array() (line 33)
List of all the requests ($_GET, $_POST, $_FILES etc...)
array
$_aMethod
= array() (line 26)
Variable is deprecated.
array
$_aName
= array() (line 40)
List of requests being checked.
bool
$_bIsMobile
= false (line 54)
Check to see if we are using a mobile device.
string
$_sName
(line 47)
Last name being checked.
static isBrowser (line 319)
Check if the user is using a specific browser and browser version.
- string $sName: Browser name.
- int $iVersion: Browser version.
Constructor __construct (line 67)
Class Constructor used to build the variable $this->_aArgs.
get (line 95)
Retrieve parameter value from request.
- string $sName: name of argument
- string $sCommand: is any extra commands we need to execute
- $mDef
getArray (line 145)
Get a request and make sure it is an ARRAY.
- string $sName: Name of the request.
- array $mDef: ARRAY of default values in case the request does not exist.
getBrowser (line 206)
Get the name of the browser being used.
getIdHash (line 430)
getInt (line 133)
Get a request and convert it into an INT.
- string $sName: Name of the request.
- string $mDef: Default value in case the request does not exist.
getIp (line 356)
Fetches an alternate IP address of the current visitor, attempting to detect proxies etc.
getRequests (line 155)
Get all the requests.
getServer (line 166)
Get specific server value. ($_SERVER)ยท
- string $sVar: Param name.
getServerUrl (line 330)
Get the servers URL based on the server ID you pass.
- int $iId: Server ID.
getSessionHash (line 440)
Fetches a valid sessionhash value, not necessarily the one tied to this session.
getSubstrIp (line 420)
Returns the IP address with the specified number of octets removed
- string $sIP: IP address
- $iLength
is (line 78)
Checks to see if a request exists.
- string $sName: Name of the request.
isIP (line 394)
Check to see if an IP is really an IP.
- string $iIp: IP to check.
isMobile (line 288)
Check to see if we are using a mobile device.
send (line 455)
Send a request to another server. Usually using CURL.
- string $sUrl: URL of the server.
- array $aPost: $_POST data to send.
- string $sMethod: Method of request (GET or POST).
- string $sUserAgent: Useragent to send.
- string $aCookies: ARRAY of any cookies to pass.
set (line 113)
Set a request manually.
- mixed $mName: ARRAY include a name and value, STRING just the request name.
- string $sValue: If the 1st argument is a string this must be the request value.
_trimData (line 582)
Trims params and strip slashes if magic_quotes_gpc is set.
- mixed $mParam: request params
Documentation generated on Tue, 28 Sep 2010 10:36:43 +0200 by phpDocumentor 1.4.0a2
static