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

Class: Net_IDNA

Source Location: /Net_IDNA-0.5.0/IDNA.php

Class Overview


Encode/decode Internationalized Domain Names.


Author(s):

Version:

  • $Id: IDNA.php,v 1.2 2004/08/16 09:35:40 docuverse_de Exp $

Methods


Inherited Variables

Inherited Methods


Class Details

[line 38]
Encode/decode Internationalized Domain Names.

Factory class to get correct implementation either for php4 or php5.



[ Top ]


Method Detail

getInstance   [line 49]

object IDNA &getInstance( [array $params = array()])

Attempts to return a concrete IDNA instance for either php4 or php5.
  • Return: The newly created concrete Log instance, or an false on an error.
  • Access: public

Parameters:

array   $params   —  Set of paramaters

[ Top ]

singleton   [line 83]

object IDNA &singleton( [array $params = array()])

Attempts to return a concrete IDNA instance for either php4 or php5, only creating a new instance if no IDNA instance with the same parameters currently exists.
  • Return: The newly created concrete Log instance, or an false on an error.
  • Access: public

Parameters:

array   $params   —  Set of paramaters

[ Top ]


Documentation generated on Mon, 11 Mar 2019 14:22:38 -0400 by phpDocumentor 1.4.4. PEAR Logo Copyright © PHP Group 2004.