API Joomla 1.5.26
Documentation des API du CMS Joomla en version 1.5

Référence de la classe Net_IDNA_php4

Graphe d'héritage de Net_IDNA_php4:
Graphe de collaboration de Net_IDNA_php4:

Liste de tous les membres

Fonctions membres publiques


Description détaillée

Adapter class for aligning the API of idna_convert with that of Net_IDNA

Auteur:
Matthias Sommerfeld <mso@phlylabs.de>

Documentation des fonctions membres

Net_IDNA_php4::setParams ( option,
param = false 
)

Sets a new option value. Available options and values: [encoding - Use either UTF-8, UCS4 as array or UCS4 as string as input ('utf8' for UTF-8, 'ucs4_string' and 'ucs4_array' respectively for UCS4); The output is always UTF-8] [overlong - Unicode does not allow unnecessarily long encodings of chars, to allow this, set this parameter to true, else to false; default is false.] [strict - true: strict mode, good for registration purposes - Causes errors on failures; false: loose mode, ideal for "wildlife" applications by silently ignoring errors and returning the original input instead

Paramètres:
mixedParameter to set (string: single parameter; array of Parameter => Value pairs)
stringValue to use (if parameter 1 is a string)
Renvoie:
boolean true on success, false otherwise public

Références $option.


La documentation de cette classe a été générée à partir du fichier suivant :