Differences Between: [Versions 310 and 311] [Versions 310 and 400] [Versions 310 and 401] [Versions 310 and 402] [Versions 310 and 403]
Copyright 2014-2017 Horde LLC (http://www.horde.org/) See the enclosed file LICENSE for license information (BSD). If you did not receive this file, see http://www.horde.org/licenses/bsd.
Author: | Michael Slusarz <slusarz@horde.org> |
License: | http://www.horde.org/licenses/bsd BSD |
File Size: | 169 lines (6 kb) |
Included or required: | 0 times |
Referenced: | 0 times |
Includes or requires: | 0 files |
Horde_Idna:: (4 methods):
encode()
decode()
_checkForError()
_getBackend()
Class: Horde_Idna - X-Ref
Provide normalized encoding/decoding support for IDNA strings.encode($data) X-Ref |
decode($data) X-Ref |
_checkForError($info) X-Ref |
Checks if the $idna_info parameter of idn_to_ascii() or idn_to_utf8() contains errors. param: array $info Fourth parameter to idn_to_ascii() or idn_to_utf8(). |
_getBackend() X-Ref |
Return the IDNA backend. return: mixed IDNA backend (false if none available). |