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

Index of all elements

[ a ] [ b ] [ c ] [ d ] [ e ] [ f ] [ g ] [ h ] [ k ] [ l ] [ m ] [ n ] [ p ] [ q ] [ r ] [ s ] [ u ] [ w ] [ _ ]

a

abort
in file mdclient.php, method MDClient::abort()
    Aborts an upload.
addAttr
in file mdclient.php, method MDClient::addAttr()
    Adds one attribute to a file.
addEntries
in file mdclient.php, method MDClient::addEntries()
    Adds some entries to amga.
addEntry
in file mdclient.php, method MDClient::addEntry()
    Adds one entry to amga.
top

b

$buffer
in file mdclient.php, variable MDClient::$buffer
    Buffer which contains the messages received from the server.
top

c

$certFile
in file mdclient.php, variable MDClient::$certFile
    Path of the user's certificate.
$connected
in file mdclient.php, variable MDClient::$connected
    Status of the connection.
$currentCommand
in file mdclient.php, variable MDClient::$currentCommand
    String of the command to execute.
cd
in file mdclient.php, method MDClient::cd()
    Changes current directory.
clearAttr
in file mdclient.php, method MDClient::clearAttr()
    Resets the value of a given attribute of a file.
commit
in file mdclient.php, method MDClient::commit()
    Commits an upload
connect
in file mdclient.php, method MDClient::connect()
    Function used to connect to the AMGA server.
createDir
in file mdclient.php, method MDClient::createDir()
    Creates a directory on amga.
top

d

$debug
in file mdclient.php, variable MDClient::$debug
    Debug mode.
dataArrived
in file mdclient.php, method MDClient::dataArrived()
    Function used to check if data has arrived.
disconnect
in file mdclient.php, method MDClient::disconnect()
    Function used to disconnect from the AMGA server.
doSSLHandshake
in file mdclient.php, method MDClient::doSSLHandshake()
    SSL handshake function.
top

e

$EOT
in file mdclient.php, variable MDClient::$EOT
    End Of Transmission.
eot
in file mdclient.php, method MDClient::eot()
    Function used to check if it is End Of Transmission.
execute
in file mdclient.php, method MDClient::execute()
    Function used to send a command to the server and wait for a return condition.
executeNoWait
in file mdclient.php, method MDClient::executeNoWait()
    Function used to execute commands without waiting for the answer.
top

f

fetchData
in file mdclient.php, method MDClient::fetchData()
    Fetches more data from the server until a full line is in the buffer or an EOT is detected.
fetchRow
in file mdclient.php, method MDClient::fetchRow()
    Reads a row from the buffer, if necessary the buffer is first filled by reading from the server.
find
in file mdclient.php, method MDClient::find()
    Finds entries in the catalogue matching a query.
top

g

$greetings
in file mdclient.php, variable MDClient::$greetings
    Greetings message.
getattr
in file mdclient.php, method MDClient::getattr()
    Function used to get some attributes of a file.
getEntry
in file mdclient.php, method MDClient::getEntry()
    Return name and attributes of an entry.
getGreetings
in file mdclient.php, method MDClient::getGreetings()
    Function used to retrieve the greetings message.
getNAttrs
in file mdclient.php, method MDClient::getNAttrs()
    Function used to retrieve the number of attributes used.
getProtocolVersion
in file mdclient.php, method MDClient::getProtocolVersion()
    Function used to retrieve the protocol version.
getSelectAttrEntry
in file mdclient.php, method MDClient::getSelectAttrEntry()
    Returns array of attributes.
grp_member
in file mdclient.php, method MDClient::grp_member()
    Function used to retrieve the groups to which the user belongs.
top

h

$host
in file mdclient.php, variable MDClient::$host
    Hostname of the AMGA server.
top

k

$keepalive
in file mdclient.php, variable MDClient::$keepalive
    Whether we want to keep the connection persistent.
$keyFile
in file mdclient.php, variable MDClient::$keyFile
    Path of the user's key.
top

l

$login
in file mdclient.php, variable MDClient::$login
    Username used to access the server.
listAttr
in file mdclient.php, method MDClient::listAttr()
    Lists the attributes of a file.
listEntries
in file mdclient.php, method MDClient::listEntries()
    List entries according to a specific pattern.
top

m

MDClient
in file mdclient.php, class MDClient
    This is the main class to access AMGA through PHP
mdclient.php
procedural page mdclient.php
top

n

$nattrs
in file mdclient.php, variable MDClient::$nattrs
    Number of attributes.
top

p

$password
in file mdclient.php, variable MDClient::$password
    Password used to access the server.
$port
in file mdclient.php, variable MDClient::$port
    Port on which the AMGA server listens for connection.
$protocolVersion
in file mdclient.php, variable MDClient::$protocolVersion
    Version of the protocol.
put
in file mdclient.php, method MDClient::put()
    Puts another entry into the collection during an upload().
pwd
in file mdclient.php, method MDClient::pwd()
    Returns current working directory.
top

q

quoteValue
in file mdclient.php, method MDClient::quoteValue()
    Function used to quote a string.
top

r

$reqSSL
in file mdclient.php, variable MDClient::$reqSSL
    Whether we want to require SSL.
removeAttr
in file mdclient.php, method MDClient::removeAttr()
    Removes one attribute from a file.
removeDir
in file mdclient.php, method MDClient::removeDir()
    Removes a directory from amga.
requireSSL
in file mdclient.php, method MDClient::requireSSL()
    Function used to enable SSL connection.
retrieveResult
in file mdclient.php, method MDClient::retrieveResult()
    Retrieves the result of the remote call. The result is the first line sent by the server. If an error occurred, the rest of the data sent by the server is read until EOT is found.
rm
in file mdclient.php, method MDClient::rm()
    Removes a file from amga.
top

s

$session
in file mdclient.php, variable MDClient::$session
    Name of the session.
$sessionID
in file mdclient.php, variable MDClient::$sessionID
    Identifier of the session.
$socket
in file mdclient.php, variable MDClient::$socket
    Socket used to talk to the AMGA server.
selectAttr
in file mdclient.php, method MDClient::selectAttr()
    Returns given attributes of entries that match a SQL-like query.
sendCommand
in file mdclient.php, method MDClient::sendCommand()
    Function used to send a command to the AMGA server.
sequenceCreate
in file mdclient.php, method MDClient::sequenceCreate()
    Creates a sequence.
sequenceNext
in file mdclient.php, method MDClient::sequenceNext()
    Returns next element in the sequence.
sequenceRemove
in file mdclient.php, method MDClient::sequenceRemove()
    Removes a sequence.
setAttr
in file mdclient.php, method MDClient::setAttr()
    Sets one ore more attributes of a file.
setDebugMode
in file mdclient.php, method MDClient::setDebugMode()
    Function used to set the debug mode on/off.
splitUpdateClause
in file mdclient.php, method MDClient::splitUpdateClause()
    Function used to split the update clause in order to build a valid command for updateAttr.
top

u

updateAttr
in file mdclient.php, method MDClient::updateAttr()
    Updates attributes of entries depending on a condition.
upload
in file mdclient.php, method MDClient::upload()
    Uploads a file to a given collection.
top

w

whoami
in file mdclient.php, method MDClient::whoami()
    Function used to retrieve the login of the user.
top

_

__construct
in file mdclient.php, method MDClient::__construct()
    Constructor method.
top

Documentation generated on Fri, 19 Jan 2007 15:37:15 +0100 by phpDocumentor 1.3.1