Class Horde_Nls
The Horde_Nls:: class provides Native Language Support. This includes common methods for handling language data, timezones, and hostname->country lookups.
Copyright 1999-2012 Horde LLC (http://www.horde.org/)
See the enclosed file COPYING for license information (LGPL). If you did not receive this file, see http://www.horde.org/licenses/lgpl21.
Package: Nls
Category: Horde
License: LGPL 2.1
Author: Jon Parise jon@horde.org
Author: Chuck Hagenbuch chuck@horde.org
Author: Jan Schneider jan@horde.org
Author: Michael Slusarz slusarz@horde.org
Located at Horde/Nls.php
Category: Horde
License: LGPL 2.1
Author: Jon Parise jon@horde.org
Author: Chuck Hagenbuch chuck@horde.org
Author: Jan Schneider jan@horde.org
Author: Michael Slusarz slusarz@horde.org
Located at Horde/Nls.php
public static
boolean
|
#
checkCharset( string $charset )
Check to see if character set is valid for htmlspecialchars() calls. |
public static
array
|
|
public static
array
|
#
getLocaleInfo( )
Get the locale info returned by localeconv(), but cache it, to avoid repeated calls. |
public static
array
|
#
getLangInfo( const $item )
Get the language info returned by nl_langinfo(), but cache it, to avoid repeated calls. |
public static
mixed
|
#
getCountryByHost( string $host, string $datafile = null )
Get country information from a hostname or IP address. |
public static
mixed
|
|
public static
mixed
|
|
public static
mixed
|
public static
Net_DNS2_Resolver
|
$dnsResolver
DNS resolver. |