[default] element index

All elements
a b c d e f g h i j l m o p q r s u v _
_
top
$_cachedResults
MonkeyDatabase::$_cachedResults in MonkeyDatabase.php
$_charData
PerfectWorldAPI::$_charData in classPerfectWorldAPI.php
$_database
PerfectWorldAPI::$_database in classPerfectWorldAPI.php
Instance of MonkeyDatabase
$_databaseConnection
$_databaseSelected
$_filter
MonkeyFilter::$_filter in MonkeyFilter.php
$_list
MonkeyList::$_list in MonkeyList.php
$_queries
MonkeyDatabase::$_queries in MonkeyDatabase.php
$_string
MonkeyString::$_string in MonkeyString.php
$_userData
PerfectWorldAPI::$_userData in classPerfectWorldAPI.php
__construct
MonkeyString::__construct() in MonkeyString.php
MonkeyString constructor
__construct
MonkeyFilter::__construct() in MonkeyFilter.php
__construct
PerfectWorldAPI::__construct() in classPerfectWorldAPI.php
Class constructor
__construct
MonkeyList::__construct() in MonkeyList.php
a
top
AddFilter
MonkeyFilter::AddFilter() in MonkeyFilter.php
Add filter to text filter
AddFirst
MonkeyList::AddFirst() in MonkeyList.php
Adds an object into the beginning of the list
AddGM
PerfectWorldAPI::AddGM() in classPerfectWorldAPI.php
Gives a user GM permissions based on roles.role_name (not users.name).
AddLast
MonkeyList::AddLast() in MonkeyList.php
Adds an object on the end of the list
AddUser
PerfectWorldAPI::AddUser() in classPerfectWorldAPI.php
Add user to Perfect World database
b
top
Backwards
MonkeyList::Backwards() in MonkeyList.php
Returns the list backwards
c
top
Clear
MonkeyList::Clear() in MonkeyList.php
Clears this object's objects
Contains
MonkeyMap::Contains() in MonkeyMap.php
Checks if the $key exists and returns true if it does exist and zoro if it doesn't exist.
Count
MonkeyList::Count() in MonkeyList.php
Returns the number of objects in this object
Create
MonkeyString::Create() in MonkeyString.php
Create new instance of string
Create
MonkeyFilter::Create() in MonkeyFilter.php
Create new instance of class with default filter
Create
MonkeyDatabase::Create() in MonkeyDatabase.php
Returns a new MonkeyDatabase with a database connection
CreateConnection
Attempts to connect to the database
classPerfectWorldAPI.php
classPerfectWorldAPI.php in classPerfectWorldAPI.php
d
top
DATABASE_HOST
PerfectWorldAPI::DATABASE_HOST in classPerfectWorldAPI.php
DATABASE_NAME
PerfectWorldAPI::DATABASE_NAME in classPerfectWorldAPI.php
DATABASE_PASSWORD
PerfectWorldAPI::DATABASE_PASSWORD in classPerfectWorldAPI.php
DATABASE_USERNAME
PerfectWorldAPI::DATABASE_USERNAME in classPerfectWorldAPI.php
DEFAULT_FILTER
MonkeyFilter::DEFAULT_FILTER in MonkeyFilter.php
DISABLE_MULTI_BYTE
DISABLE_NULL
MonkeyFilter::DISABLE_NULL in MonkeyFilter.php
e
top
EmailExists
PerfectWorldAPI::EmailExists() in classPerfectWorldAPI.php
Check if e-mail exists.
EmailIsValid
PerfectWorldAPI::EmailIsValid() in classPerfectWorldAPI.php
Checks if the input e-mail is valid.
f
top
FillUserCharData
PerfectWorldAPI::FillUserCharData() in classPerfectWorldAPI.php
Fill all character data from given user ID. This will not check if data is stored already or not.
filterDisableMultibyte
Disable multibyte encoding by forcing incoming character set to ASCII
filterForceMultibyte
Force incoming character set to UTF-8
filterHtmlBrackets
Transforms all brackets ({, }, (, ), <, >, [, ]) to HTML entities
filterHtmlDollar
Filter $ symbol to HTML entity
filterHtmlEntities
Filter through HTML Entities
filterHtmlSlashes
Transform slashes (back and forward and dash) to HTML entities
filterMysqlSafe
Filter for MySQL safe. It is recommended that other filters also be used to ensure safety.
filterNull
MonkeyFilter::filterNull() in MonkeyFilter.php
Filter out \00 0x00, A.K.A. null.
filterText
PerfectWorldAPI::filterText() in classPerfectWorldAPI.php
Returns a string that only contains the characters specified in $filter
FilterText
MonkeyFilter::FilterText() in MonkeyFilter.php
Text will be filtered through filter settings and returned
First
MonkeyList::First() in MonkeyList.php
Returns the first object from the list
FromChar
MonkeyString::FromChar() in MonkeyString.php
Get character from ASCII character code
g
top
GENDER_FEMALE
PerfectWorldAPI::GENDER_FEMALE in classPerfectWorldAPI.php
GENDER_MALE
PerfectWorldAPI::GENDER_MALE in classPerfectWorldAPI.php
Get
MonkeyString::Get() in MonkeyString.php
Get substring of string
Get
MonkeyFilter::Get() in MonkeyFilter.php
Return singleton instance of class
Get
MonkeyStack::Get() in MonkeyStack.php
Returns the item at the stack index
Get
MonkeyMap::Get() in MonkeyMap.php
Returns the object with the specified $key
Get
MonkeyDatabase::Get() in MonkeyDatabase.php
Returns the query statement at $index
GetCharacterName
PerfectWorldAPI::GetCharacterName() in classPerfectWorldAPI.php
Returns currently selected character's name. If no character is selected, empty string is returned.
GetCharData
PerfectWorldAPI::GetCharData() in classPerfectWorldAPI.php
Get character's data based on ID or currently logged in account character. If the data has already been accessed, it will return that unless forceUpdate is set to true. If empty userID and user is not logged in, function returns false.
GetCharID
PerfectWorldAPI::GetCharID() in classPerfectWorldAPI.php
Get character ID if character is set. 0 means that no character is set.
GetDebug
MonkeyList::GetDebug() in MonkeyList.php
Returns the debug information to the immediate buffer
getFingerprint
PerfectWorldAPI::getFingerprint() in classPerfectWorldAPI.php
Return session fingerprint
GetGMList
PerfectWorldAPI::GetGMList() in classPerfectWorldAPI.php
Returns an array map of GMs.
GetQuery
MonkeyDatabase::GetQuery() in MonkeyDatabase.php
Alias of Get, see Get for more information
GetResults
MonkeyDatabase::GetResults() in MonkeyDatabase.php
Returns the result from a stored query
GetRowCount
MonkeyDatabase::GetRowCount() in MonkeyDatabase.php
Returns the number of rows for the given query
getSessionVariable
PerfectWorldAPI::getSessionVariable() in classPerfectWorldAPI.php
Get a session variable.
GetUserCharIDs
PerfectWorldAPI::GetUserCharIDs() in classPerfectWorldAPI.php
Returns an array of characters from specified user ID. If no ID is put, function grabs characters from currently logged in account. If empty userID and user is not logged in, function returns false.
GetUserData
PerfectWorldAPI::GetUserData() in classPerfectWorldAPI.php
Get user's data based on ID or currently logged in account. If the data has already been accessed, it will return that unless forceUpdate is set to true. If empty userID and user is not logged in, function returns false.
getUserFingerprint
PerfectWorldAPI::getUserFingerprint() in classPerfectWorldAPI.php
Returns current user fingerprint (Not session fingerprint)
GetUserID
PerfectWorldAPI::GetUserID() in classPerfectWorldAPI.php
Get logged in user ID
GetUsername
PerfectWorldAPI::GetUsername() in classPerfectWorldAPI.php
Returns logged in username. If user is not logged in, empty string is returned.
h
top
HTML_BRACKETS
MonkeyFilter::HTML_BRACKETS in MonkeyFilter.php
HTML_DOLLAR
MonkeyFilter::HTML_DOLLAR in MonkeyFilter.php
HTML_ENTITY
MonkeyFilter::HTML_ENTITY in MonkeyFilter.php
HTML_SLASHES
MonkeyFilter::HTML_SLASHES in MonkeyFilter.php
i
top
$Instance
MonkeyFilter::$Instance in MonkeyFilter.php
$Instance
PerfectWorldAPI::$Instance in classPerfectWorldAPI.php
Singleton instance of PerfectWorldAPI
$Instance
MonkeyDatabase::$Instance in MonkeyDatabase.php
initialize
PerfectWorldAPI::initialize() in classPerfectWorldAPI.php
Initialization components run here
Instance
MonkeyFilter::Instance() in MonkeyFilter.php
Return singleton instance of class
Instance
MonkeyDatabase::Instance() in MonkeyDatabase.php
Return singleton instance of class
Instance
PerfectWorldAPI::Instance() in classPerfectWorldAPI.php
Returns singleton instance of class
IsEmpty
MonkeyList::IsEmpty() in MonkeyList.php
Returns 1 if the object is empty or 0 if it isn't
IsEmptyResult
MonkeyDatabase::IsEmptyResult() in MonkeyDatabase.php
Returns true if empty result set.
IsGM
PerfectWorldAPI::IsGM() in classPerfectWorldAPI.php
Returns true or false on whether or not the user is a GM
IsLoggedIn
PerfectWorldAPI::IsLoggedIn() in classPerfectWorldAPI.php
Returns true or false on whether or not the user is logged in.
IsMalformedQuery
Returns true or false on whether or not the input query was malformed
j
top
Join
MonkeyString::Join() in MonkeyString.php
Join pieces to string
l
top
Last
MonkeyList::Last() in MonkeyList.php
Returns the last object from the list
Length
MonkeyString::Length() in MonkeyString.php
Length of string
Login
PerfectWorldAPI::Login() in classPerfectWorldAPI.php
Login to an account. E-Mail parameter is optional. If you plan to use the e-mail parameter, make sure to check if the e-mail length is greater than 0, otherwise it will bypass the e-mail check and allow the user in with just username and password.
Logout
PerfectWorldAPI::Logout() in classPerfectWorldAPI.php
Logs out the character by destorying the session variables. The user remains in the same session until they either delete the cookie, restart their browser, or change their session ID.
m
top
MonkeyDatabase.php
MonkeyDatabase.php in MonkeyDatabase.php
MonkeyFilter.php
MonkeyFilter.php in MonkeyFilter.php
MonkeyHooks.php
MonkeyHooks.php in MonkeyHooks.php
MonkeyList.php
MonkeyList.php in MonkeyList.php
MonkeyMap.php
MonkeyMap.php in MonkeyMap.php
MonkeyStack.php
MonkeyStack.php in MonkeyStack.php
MonkeyString.php
MonkeyString.php in MonkeyString.php
MonkeyDatabase
MonkeyDatabase in MonkeyDatabase.php
MonkeyFilter
MonkeyFilter in MonkeyFilter.php
MonkeyHooks
MonkeyHooks in MonkeyHooks.php
Enter description here ...
MonkeyList
MonkeyList in MonkeyList.php
MonkeyMap
MonkeyMap in MonkeyMap.php
MonkeyStack
MonkeyStack in MonkeyStack.php
MonkeyString
MonkeyString in MonkeyString.php
MSG_MALFORMED_QUERY
PerfectWorldAPI::MSG_MALFORMED_QUERY in classPerfectWorldAPI.php
******************************************************
MSG_SESSION_COLLISION
PerfectWorldAPI::MSG_SESSION_COLLISION in classPerfectWorldAPI.php
MYSQL_SAFE
MonkeyFilter::MYSQL_SAFE in MonkeyFilter.php
o
top
ObjectIterator
Return new ArrayIterator of object
Objects
MonkeyList::Objects() in MonkeyList.php
Returns the list
p
top
PerfectWorldAPI
PerfectWorldAPI in classPerfectWorldAPI.php
Perfect World v1.2.6 php API
Pop
MonkeyStack::Pop() in MonkeyStack.php
Pops the value on the end of the stack
PrintSessionDebugData
PerfectWorldAPI::PrintSessionDebugData() in classPerfectWorldAPI.php
Print session debug information
Push
MonkeyStack::Push() in MonkeyStack.php
Pushes a value onto the end of the stack
q
top
Query
MonkeyDatabase::Query() in MonkeyDatabase.php
Will perform a query and return the results
r
top
Remove
MonkeyMap::Remove() in MonkeyMap.php
Removes the value at key and the key
RemoveFilter
MonkeyFilter::RemoveFilter() in MonkeyFilter.php
Remove filter from text filter
RemoveFirst
MonkeyList::RemoveFirst() in MonkeyList.php
Removes the first object from the list and returns it
RemoveLast
MonkeyList::RemoveLast() in MonkeyList.php
Removes the last object from the list and returns it
Replace
MonkeyString::Replace() in MonkeyString.php
Replace given string with replacement string in this string
s
top
SESSION_CHAR_ID
PerfectWorldAPI::SESSION_CHAR_ID in classPerfectWorldAPI.php
SESSION_FINGERPRINT
PerfectWorldAPI::SESSION_FINGERPRINT in classPerfectWorldAPI.php
SESSION_IS_GM
PerfectWorldAPI::SESSION_IS_GM in classPerfectWorldAPI.php
SESSION_NAME
PerfectWorldAPI::SESSION_NAME in classPerfectWorldAPI.php
SESSION_USER_ID
PerfectWorldAPI::SESSION_USER_ID in classPerfectWorldAPI.php
Set
MonkeyString::Set() in MonkeyString.php
Set string to input string
Set
MonkeyMap::Set() in MonkeyMap.php
Sets the $value at $key in the map
Set
MonkeyStack::Set() in MonkeyStack.php
Sets the value at the specified index
SetCharacter
PerfectWorldAPI::SetCharacter() in classPerfectWorldAPI.php
Set character ID for account. If set character fails, function will return false.
SetFilter
MonkeyFilter::SetFilter() in MonkeyFilter.php
Set text filter
setFingerprint
PerfectWorldAPI::setFingerprint() in classPerfectWorldAPI.php
Set session fingerprint
SetLogin
PerfectWorldAPI::SetLogin() in classPerfectWorldAPI.php
Set login for user. Do NOT use this to log into account.
setSessionVariable
PerfectWorldAPI::setSessionVariable() in classPerfectWorldAPI.php
Set a session variable.
Split
MonkeyString::Split() in MonkeyString.php
Return string split by split delimiter
startSession
PerfectWorldAPI::startSession() in classPerfectWorldAPI.php
Attempt to start user session
u
top
UsernameExists
PerfectWorldAPI::UsernameExists() in classPerfectWorldAPI.php
Check if username already exists in database.
UsernameIsValid
PerfectWorldAPI::UsernameIsValid() in classPerfectWorldAPI.php
Checks if username is valid.
v
top
verifyFingerprint
PerfectWorldAPI::verifyFingerprint() in classPerfectWorldAPI.php
Verify session fingerprint against user fingerprint. Returns true if fingerprint is the same. Returns false if fingerprint mismatch.
a b c d e f g h i j l m o p q r s u v _