Sophie

Sophie

distrib > PLD > ac > amd64 > media > dist > by-pkgid > dd8ef74e7a184506d40e4328053fb785 > files > 1213

php-manual-ro-20051028-1.noarch.rpm

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<HTML
><HEAD
><TITLE
>iconv_strlen</TITLE
><META
NAME="GENERATOR"
CONTENT="Modular DocBook HTML Stylesheet Version 1.7"><LINK
REL="HOME"
TITLE="Manual PHP"
HREF="index.html"><LINK
REL="UP"
TITLE="iconv Functions"
HREF="ref.iconv.html"><LINK
REL="PREVIOUS"
TITLE="iconv_set_encoding"
HREF="function.iconv-set-encoding.html"><LINK
REL="NEXT"
TITLE="iconv_strpos"
HREF="function.iconv-strpos.html"><META
HTTP-EQUIV="Content-type"
CONTENT="text/html; charset=ISO-8859-2"></HEAD
><BODY
CLASS="refentry"
BGCOLOR="#FFFFFF"
TEXT="#000000"
LINK="#0000FF"
VLINK="#840084"
ALINK="#0000FF"
><DIV
CLASS="NAVHEADER"
><TABLE
SUMMARY="Header navigation table"
WIDTH="100%"
BORDER="0"
CELLPADDING="0"
CELLSPACING="0"
><TR
><TH
COLSPAN="3"
ALIGN="center"
>Manual PHP</TH
></TR
><TR
><TD
WIDTH="10%"
ALIGN="left"
VALIGN="bottom"
><A
HREF="function.iconv-set-encoding.html"
ACCESSKEY="P"
>Înapoi</A
></TD
><TD
WIDTH="80%"
ALIGN="center"
VALIGN="bottom"
></TD
><TD
WIDTH="10%"
ALIGN="right"
VALIGN="bottom"
><A
HREF="function.iconv-strpos.html"
ACCESSKEY="N"
>Înainte</A
></TD
></TR
></TABLE
><HR
ALIGN="LEFT"
WIDTH="100%"></DIV
><H1
><A
NAME="function.iconv-strlen"
></A
>iconv_strlen</H1
><DIV
CLASS="refnamediv"
><A
NAME="AEN37160"
></A
><P
>    (PHP 5)</P
>iconv_strlen&nbsp;--&nbsp;
     Returns the character count of string
    </DIV
><DIV
CLASS="refsect1"
><A
NAME="AEN37163"
></A
><H2
>Description</H2
>int <B
CLASS="methodname"
>iconv_strlen</B
> ( string str [, string charset])<BR
></BR
><P
>&#13;      Returns the character count of <VAR
CLASS="parameter"
>str</VAR
>.
    </P
><P
>&#13;      In contrast to <A
HREF="function.strlen.html"
><B
CLASS="function"
>strlen()</B
></A
>,
      <B
CLASS="function"
>iconv_strlen()</B
> counts the occurrences of characters
      in the given byte sequence <VAR
CLASS="parameter"
>str</VAR
> on the basis of
      the specified character set, the result of which is not necessarily
      identical to the length of the string in byte.
    </P
><P
>&#13;      If <VAR
CLASS="parameter"
>charset</VAR
> parameter is omitted,
      <VAR
CLASS="parameter"
>str</VAR
> is assumed to be encoded in
      <A
HREF="ref.iconv.html#iconv.configuration"
>iconv.internal_charset</A
>.
    </P
><P
>&#13;      See also <A
HREF="function.strlen.html"
><B
CLASS="function"
>strlen()</B
></A
> and <A
HREF="function.mb-strlen.html"
><B
CLASS="function"
>mb_strlen()</B
></A
>.
    </P
></DIV
><DIV
CLASS="NAVFOOTER"
><HR
ALIGN="LEFT"
WIDTH="100%"><TABLE
SUMMARY="Footer navigation table"
WIDTH="100%"
BORDER="0"
CELLPADDING="0"
CELLSPACING="0"
><TR
><TD
WIDTH="33%"
ALIGN="left"
VALIGN="top"
><A
HREF="function.iconv-set-encoding.html"
ACCESSKEY="P"
>Înapoi</A
></TD
><TD
WIDTH="34%"
ALIGN="center"
VALIGN="top"
><A
HREF="index.html"
ACCESSKEY="H"
>Acas&#227;</A
></TD
><TD
WIDTH="33%"
ALIGN="right"
VALIGN="top"
><A
HREF="function.iconv-strpos.html"
ACCESSKEY="N"
>Înainte</A
></TD
></TR
><TR
><TD
WIDTH="33%"
ALIGN="left"
VALIGN="top"
>iconv_set_encoding</TD
><TD
WIDTH="34%"
ALIGN="center"
VALIGN="top"
><A
HREF="ref.iconv.html"
ACCESSKEY="U"
>Sus</A
></TD
><TD
WIDTH="33%"
ALIGN="right"
VALIGN="top"
>iconv_strpos</TD
></TR
></TABLE
></DIV
></BODY
></HTML
>