Subversion-Projekte lars-tiefland.ci

Revision

Revision 2049 | Revision 2242 | Zur aktuellen Revision | Ganze Datei anzeigen | Leerzeichen ignorieren | Details | Blame | Letzte Änderung | Log anzeigen | RSS feed

Revision 2049 Revision 2107
Zeile 66... Zeile 66...
66
	 * if iconv is not available!
66
	 * if iconv is not available!
67
	 *
67
	 *
68
	 * @link	http://php.net/mb_strlen
68
	 * @link	http://php.net/mb_strlen
69
	 * @param	string	$str
69
	 * @param	string	$str
70
	 * @param	string	$encoding
70
	 * @param	string	$encoding
71
	 * @return	string
71
	 * @return	int
72
	 */
72
	 */
73
	function mb_strlen($str, $encoding = NULL)
73
	function mb_strlen($str, $encoding = NULL)
74
	{
74
	{
75
		if (ICONV_ENABLED === TRUE)
75
		if (ICONV_ENABLED === TRUE)
76
		{
76
		{