Ampache
[
class tree: Ampache
] [
index: Ampache
] [
all elements
]
Todo List
Packages:
Ampache
Catalog
Horde_Browser
Search
Web
XMLRPC
XML_RPC
Files:
access.class.php
access.php
ajax.class.php
ajax.server.php
album.class.php
albums.php
AmazonSearchEngine.class.php
ampachemail.class.php
ampacherss.class.php
api.class.php
archive.lib.php
artist.class.php
artists.php
batch.lib.php
batch.php
browse.ajax.php
browse.class.php
browse.php
captcha.php
catalog.php
catalog_update.inc
class.nusoap_base.php
class.soapclient.php
class.soap_fault.php
class.soap_parser.php
class.soap_server.php
class.soap_transport_http.php
class.soap_val.php
class.wsdl.php
class.wsdlcache.php
class.xmlschema.php
config.class.php
core.class.php
database_object.abstract.php
dba.class.php
debug.lib.php
delete_disabled.inc
democratic.ajax.php
democratic.class.php
democratic.php
dump_album_art.inc
duplicates.php
error.class.php
export.php
fix_filenames.inc
flag.ajax.php
flag.class.php
flag.php
flag.php
general.lib.php
genre.class.php
genre.php
gettext.php
gettext.php
httpq.controller.php
httpqplayer.class.php
image.php
index.ajax.php
index.php
index.php
index.php
init.php
install.php
install.php
jamendoSearch.class.php
lastfm.class.php
Lastfm.plugin.php
localplay.abstract.php
localplay.ajax.php
localplay.class.php
localplay.php
log.lib.php
login.php
logout.php
mail.php
media.interface.php
migrate_config.inc
modules.php
mp3tunes.class.php
mpd.class.php
mpd.controller.php
nusoap.php
nusoapmime.php
playlist.ajax.php
playlist.class.php
playlist.php
plugin.class.php
preference.class.php
preferences.php
preferences.php
print_tags.inc
radio.class.php
radio.php
random.ajax.php
random.class.php
random.php
rating.class.php
rating.lib.php
register.php
registration.class.php
RioPlayer.plugin.php
rss.php
scrobbler.class.php
search.php
shout.php
shout.php
shoutbox.class.php
shoutcast.controller.php
Snoopy.class.php
song.ajax.php
song.class.php
song.php
sort_files.inc
stats.ajax.php
stats.class.php
stats.php
stream.ajax.php
stream.class.php
stream.lib.php
stream.php
system.php
tag.ajax.php
tag.class.php
test.php
themes.php
tmpplaylist.class.php
update.class.php
update.php
user.class.php
users.php
util.php
vainfo.class.php
validateEmail.php
validateEmailFormat.php
vauth.class.php
video.class.php
write_playlists.inc
write_tags.inc
xml.server.php
xmldata.class.php
xmlrpc.server.php
xmlrpcclient.class.php
xmlrpcserver.class.php
xspf_player.php
Interfaces:
media
Classes:
Access
Ajax
Album
AmazonSearch
AmpacheHttpq
AmpacheLastfm
AmpacheMail
AmpacheMpd
AmpacheRioPlayer
AmpacheRSS
AmpacheShoutCast
Api
archive
Artist
Browse
bzip_file
captcha
Config
Core
database_object
Dba
Democratic
easy_captcha
easy_captcha_dxy_spike
easy_captcha_dxy_wave
easy_captcha_fuzzy
easy_captcha_graphic
easy_captcha_graphic_image_disturbed
easy_captcha_graphic_image_waved
easy_captcha_persistent_grant
easy_captcha_spamfree_no_new_urls
easy_captcha_text_disable
easy_captcha_text_math_formula
easy_captcha_utility
Error
Flag
Genre
gzip_file
HttpQPlayer
jamendoSearch
LastFMSearch
Localplay
localplay_controller
mp3tunes
mpd
nusoapservermime
nusoap_base
nusoap_client
nusoap_client_mime
nusoap_fault
nusoap_parser
nusoap_server
nusoap_server_mime
nusoap_wsdlcache
nusoap_xmlschema
Playlist
Plugin
Preference
Radio
Random
Rating
Registration
scrobbler
shoutBox
Snoopy
soapclient
soapclientmime
soapval
soap_fault
soap_parser
soap_server
soap_transport_http
Song
Stats
Stream
Tag
tar_file
tmpPlaylist
Update
User
vainfo
vauth
Video
wsdl
wsdlcache
xmlData
xmlRpcClient
xmlRpcServer
XMLSchema
zip_file
Class: soap_parser
Source Location: /modules/nusoap/nusoap.php
Class Overview
nusoap_base | --
nusoap_parser
| --soap_parser
Backward compatibility
Author(s):
Scott Nichol <
snichol@users.sourceforge.net
>
Dietrich Ayala <
dietrich@ganx4.com
>
Version:
$Id$
Inherited Variables
Class:
nusoap_parser
nusoap_parser::$body_position
nusoap_parser::$debug_flag
nusoap_parser::$decode_utf8
nusoap_parser::$default_namespace
nusoap_parser::$depth
nusoap_parser::$depth_array
nusoap_parser::$document
nusoap_parser::$fault
nusoap_parser::$fault_code
nusoap_parser::$fault_detail
nusoap_parser::$fault_str
nusoap_parser::$ids
nusoap_parser::$message
nusoap_parser::$method
nusoap_parser::$multirefs
nusoap_parser::$namespaces
nusoap_parser::$parent
nusoap_parser::$position
nusoap_parser::$responseHeaders
nusoap_parser::$root_header
nusoap_parser::$root_struct
nusoap_parser::$root_struct_name
nusoap_parser::$root_struct_namespace
nusoap_parser::$soapheader
nusoap_parser::$soapresponse
nusoap_parser::$status
nusoap_parser::$xml
nusoap_parser::$xml_encoding
Class:
nusoap_base
nusoap_base::$soap_defencoding
nusoap_base::$typemap
nusoap_base::$xmlEntities
nusoap_base::$XMLSchemaVersion
Inherited Methods
Class:
nusoap_parser
nusoap_parser::nusoap_parser()
constructor that actually does the parsing
nusoap_parser::getHeaders()
get the unparsed SOAP Header
nusoap_parser::get_response()
get the parsed message (SOAP Body)
nusoap_parser::get_soapbody()
get the parsed SOAP Body (NULL if there was none)
nusoap_parser::get_soapheader()
get the parsed SOAP Header (NULL if there was none)
Class:
nusoap_base
nusoap_base::nusoap_base()
constructor
nusoap_base::appendDebug()
adds debug data to the instance debug string without formatting
nusoap_base::clearDebug()
clears the current debug data for this instance
nusoap_base::formatDump()
formats a string to be inserted into an HTML stream
nusoap_base::getDebug()
gets the current debug data for this instance
nusoap_base::getDebugAsXMLComment()
gets the current debug data for this instance as an XML comment this may change the contents of the debug data
nusoap_base::getDebugLevel()
gets the debug level for this instance
nusoap_base::getError()
returns error string if present
nusoap_base::getGlobalDebugLevel()
gets the global debug level, which applies to future instances
nusoap_base::getLocalPart()
returns the local part of a prefixed string returns the original string, if not prefixed
nusoap_base::getmicrotime()
returns the time in ODBC canonical form with microseconds
nusoap_base::getNamespaceFromPrefix()
pass it a prefix, it returns a namespace
nusoap_base::getPrefix()
returns the prefix part of a prefixed string returns false, if not prefixed
nusoap_base::getPrefixFromNamespace()
returns the prefix for a given namespace (or prefix) or false if no prefixes registered for the given namespace
nusoap_base::serializeEnvelope()
serializes a message
nusoap_base::serialize_val()
serializes PHP values in accordance w/ section 5. Type information is not serialized if $use == 'literal'.
nusoap_base::setDebugLevel()
sets the debug level for this instance
nusoap_base::setGlobalDebugLevel()
sets the global debug level, which applies to future instances
nusoap_base::varDump()
Returns a string with the output of var_dump
nusoap_base::__toString()
represents the object as a string
Class Details
[line 7015]
Backward compatibility
Tags:
author:
Scott Nichol <
snichol@users.sourceforge.net
>
author:
Dietrich Ayala <
dietrich@ganx4.com
>
version:
$Id$
[
Top
]
Documentation generated on Thu, 12 Feb 2009 08:00:02 +0900 by
phpDocumentor 1.4.2