Classes summary
cancelBill |
|
cancelBillResponse |
|
checkBill |
|
checkBillResponse |
|
createBill |
|
createBillResponse |
|
getBillList |
|
getBillListResponse |
|
idna_convert |
Encode/decode Internationalized Domain Names. |
IShopClientWSService |
IShopClientWSService class |
IShopServerWSService |
IShopServerWSService class |
nusoap_base |
|
nusoap_client |
|
nusoap_fault |
Contains information for a SOAP fault. Mainly used for returning faults from
deployed functions in a server instance. |
nusoap_parser |
|
nusoap_server |
|
nusoap_xmlschema |
parses an XML Schema, allows access to it's data, other utility methods.
imperfect, no validation... yet, but quite functional. |
ReCaptchaResponse |
A ReCaptchaResponse is returned from recaptcha_check_answer() |
Smarty_Internal_Configfileparser |
|
Smarty_Internal_Templateparser |
|
soap_fault |
Backward compatibility |
soap_parser |
Backward compatibility |
soap_server |
Backward compatibility |
soap_transport_http |
transport class for sending/receiving data via HTTP and HTTPS NOTE: PHP must be
compiled with the CURL extension for HTTPS support |
soapclient |
For backwards compatiblity, define soapclient unless the PHP SOAP extension is
loaded. |
soapval |
For creating serializable abstractions of native PHP types. This class allows
element name/namespace, XSD type, and XML attributes to be associated with a
value. This is extremely useful when WSDL is not used, but is also useful when
WSDL is used with polymorphic types, including xsd:anyType and user-defined
types. |
TP_yyStackEntry |
|
TPC_yyStackEntry |
|
updateBill |
|
updateBillResponse |
|
waIdna |
Encode/decode Internationalized Domain Names. |
wsdl |
parses a WSDL file, allows access to it's data, other utility methods. also
builds WSDL structures programmatically. |
xmlrpc_client |
|
xmlrpcmsg |
|
xmlrpcresp |
|
xmlrpcval |
|
XMLSchema |
Backward compatibility |
Functions summary
_recaptcha_aes_encrypt |
|
_recaptcha_aes_pad |
|
_recaptcha_http_post |
Submits an HTTP POST to a reCAPTCHA server |
_recaptcha_mailhide_email_parts |
gets the parts of the email to expose to the user. eg, given johndoe@example,com
return ["john", "example.com"]. the email is then displayed as john...@example.com |
_recaptcha_mailhide_urlbase64 |
|
_recaptcha_qsencode |
Encodes the given data into a query string format |
_swiftmailer_init |
|
decode_chunked |
decode a string that is encoded w/ "chunked" transfer encoding as defined in
rfc2068 par. 19.4.6 code shamelessly stolen from nusoap library by Dietrich
Ayala |
generateUpToDateMimeArray |
|
guess_encoding |
xml charset encoding guessing helper function. Tries to determine the charset
encoding of an XML chunk received over HTTP. NB: according to the spec (RFC
3023), if text/xml content-type is received over HTTP without a content-type, we
SHOULD assume it is strictly US-ASCII. But we try to be more tolerant of
unconforming (legacy?) clients/servers, which will be most probably using UTF-8
anyway... |
is_valid_charset |
Checks if a given charset encoding is present in a list of encodings or if it is
a valid subset of any encoding in the list |
iso8601_decode |
Given an ISO8601 date string, return a timet in the localtime, or UTC |
iso8601_encode |
Given a timestamp, return the corresponding ISO8601 encoded string. |
iso8601_to_timestamp |
convert ISO 8601 compliant date string to unix timestamp |
php_xmlrpc_decode |
Takes an xmlrpc value in PHP xmlrpcval object format and translates it into
native PHP types. |
php_xmlrpc_decode_xml |
Convert the xml representation of a method response, method request or single
xmlrpc value into the appropriate object (a.k.a. deserialize) |
php_xmlrpc_encode |
Takes native php types and encodes them into xmlrpc PHP object format. It will
not re-encode xmlrpcval objects. |
recaptcha_check_answer |
Calls an HTTP POST function to verify if the user's guess was correct |
recaptcha_get_html |
Gets the challenge HTML (javascript and non-javascript version). This is called
from the browser, and the resulting reCAPTCHA HTML widget is embedded within the
HTML form it was called from. |
recaptcha_get_signup_url |
gets a URL where the user can sign up for reCAPTCHA. If your application has a
configuration page where you enter a key, you should provide a link using this
function. |
recaptcha_mailhide_html |
Gets html to display an email address given a public an private key. to get a
key, go to: |
recaptcha_mailhide_url |
|
smarty_block_wa_js |
|
smarty_function_escape_special_chars |
|
smarty_function_wa_action |
|
smarty_function_wa_block |
|
smarty_function_wa_header |
|
smarty_function_wa_pagination |
|
smarty_function_wa_print_tree |
|
smarty_function_wa_snippet |
|
smarty_gettext_s_translate |
|
smarty_gettext_translate |
|
smarty_prefilter_content_nofilter |
|
smarty_prefilter_translate |
|
timestamp_to_iso8601 |
convert unix timestamp to ISO 8601 compliant date string |
usleepWindows |
sleeps some number of microseconds |
wa_array_diff_r |
Calculate diff of multidimensional and hierarchical arrays |
wa_currency_html |
|
xmlrpc_cd |
|
xmlrpc_dh |
|
xmlrpc_ee |
|
xmlrpc_ee_fast |
|
xmlrpc_encode_entitites |
Convert a string to the correct XML representation in a target charset To help
correct communication of non-ascii chars inside strings, regardless of the
charset used when sending requests, parsing them, sending responses and parsing
responses, an option is to convert all non-ascii chars present in the message
into their equivalent 'charset entity'. Charset entities enumerated this way are
independent of the charset encoding used to transmit them, and all XML parsers
are bound to understand them. Note that in the std case we are not sending a
charset encoding mime type along with http headers, so we are bound by RFC 3023
to emit strict us-ascii. |
xmlrpc_se |
|
xmlrpc_se_any |
|