Database
[ class tree: Database ] [ index: Database ] [ all elements ]

Element index for package Database

[ a ] [ c ] [ d ] [ e ] [ g ] [ i ] [ l ] [ m ] [ p ] [ s ] [ t ] [ u ]

a

authenticate
in file phpbeans.php, method PHP_Bean_Client::authenticate()
    Authenticates with the server.
top

c

$code
in file phpbeans.php, variable PHP_Bean_Error::$code
    The error code.
$connection
in file phpbeans.php, variable PHP_Bean_Client::$connection
    3078 Socket connection resource.
call
in file phpbeans.php, method PHP_Bean_Client::call()
    Calls a method on a remote object.
connect
in file phpbeans.php, method PHP_Bean_Client::connect()
    Connects to the server.
top

d

decode
in file phpbeans.php, method PHP_Bean_Client::decode()
    Decode Unicode characters properly.
disconnect
in file phpbeans.php, method PHP_Bean_Client::disconnect()
    Disconnects from the server.
top

e

$errno
in file phpbeans.php, variable PHP_Bean_Client::$errno
    Error number when an error occurs.
$error
in file phpbeans.php, variable PHP_Bean_Client::$error
    Error message when an error occurs.
top

g

getObject
in file phpbeans.php, method PHP_Bean_Client::getObject()
    Creates a local object that mimicks the specified server-side object.
getResponse
in file phpbeans.php, method PHP_Bean_Client::getResponse()
    Fetches the response from the server. This is called automatically by the call() method.
top

i

isError
in file phpbeans.php, method PHP_Bean_Client::isError()
    Determines whether a response is an error or not. Called automatically by the call() method.
top

l

$log
in file phpbeans.php, variable PHP_Bean_Client::$log
    Log of communication between the client and the server.
$logging
in file phpbeans.php, variable PHP_Bean_Client::$logging
    Whether to keep a log of the communication or not.
top

m

$maxResponseLength
in file phpbeans.php, variable PHP_Bean_Client::$maxResponseLength
    The maximum size of a response message from the server.
$message
in file phpbeans.php, variable PHP_Bean_Error::$message
    The error message.
makeStr
in file phpbeans.php, method PHP_Bean_Client::makeStr()
    Makes a properly formatted key/value pair ready for inclusion in a method call.
top

p

$pass
in file phpbeans.php, variable PHP_Bean_Client::$pass
    Password to authenticate with the bean server.
$port
in file phpbeans.php, variable PHP_Bean_Client::$port
    Server port.
parseResponse
in file phpbeans.php, method PHP_Bean_Client::parseResponse()
    Unserializes the response from the server. Called automatically by the call() method.
phpbeans_unicode_chr
in file phpbeans.php, function phpbeans_unicode_chr()
    Converts a unicode character number to the proper UTF-8 value.
phpbeans_unicode_decode
in file phpbeans.php, function phpbeans_unicode_decode()
    Decodes URLs that contain unicode values.
PHP_Bean_Client
in file phpbeans.php, class PHP_Bean_Client
    PHP Bean client base package. Allows PHP scripts to communicate with servers implementing the PHP Bean specification, such as the Sitellite Object Server. For more info, see:
PHP_Bean_Client
in file phpbeans.php, method PHP_Bean_Client::PHP_Bean_Client()
    Constructor method.
PHP_Bean_Error
in file phpbeans.php, method PHP_Bean_Error::PHP_Bean_Error()
    Constructor method.
PHP_Bean_Error
in file phpbeans.php, class PHP_Bean_Error
    This is the error object type that is returned from the server when an error occurs.
phpbeans.php
procedural page phpbeans.php
top

s

$server
in file phpbeans.php, variable PHP_Bean_Client::$server
    Server name or IP address.
top

t

$timeout
in file phpbeans.php, variable PHP_Bean_Client::$timeout
    Socket timeout for connection and requests.
top

u

$user
in file phpbeans.php, variable PHP_Bean_Client::$user
    Username to authenticate with the bean server.
top

© 2004-2005 PRADO Software Group. All Rights Reserved.