Sophie

Sophie

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

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

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<HTML
><HEAD
><TITLE
>Variabile - funcþii</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="Documentaþia funcþiilor"
HREF="funcref.html"><LINK
REL="PREVIOUS"
TITLE="urlencode"
HREF="function.urlencode.html"><LINK
REL="NEXT"
TITLE="doubleval"
HREF="function.doubleval.html"><META
HTTP-EQUIV="Content-type"
CONTENT="text/html; charset=ISO-8859-2"></HEAD
><BODY
CLASS="reference"
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.urlencode.html"
ACCESSKEY="P"
>Înapoi</A
></TD
><TD
WIDTH="80%"
ALIGN="center"
VALIGN="bottom"
></TD
><TD
WIDTH="10%"
ALIGN="right"
VALIGN="bottom"
><A
HREF="function.doubleval.html"
ACCESSKEY="N"
>Înainte</A
></TD
></TR
></TABLE
><HR
ALIGN="LEFT"
WIDTH="100%"></DIV
><DIV
CLASS="reference"
><A
NAME="ref.variables"
></A
><DIV
CLASS="TITLEPAGE"
><H1
CLASS="title"
>CXV. Variabile - funcþii</H1
><DIV
CLASS="PARTINTRO"
><A
NAME="AEN120558"
></A
><P
>&#13;    Pentru informaþii despre comportamentul variabilelor, consultaþi capitolul
    <A
HREF="language.variables.html"
>Variabile</A
>, secþiunea
    <A
HREF="langref.html"
>Documentaþia limbajului</A
> din manual.
   </P
></DIV
><DIV
CLASS="TOC"
><DL
><DT
><B
>Cuprins</B
></DT
><DT
><A
HREF="function.doubleval.html"
>doubleval</A
>&nbsp;--&nbsp;Alias pentru <A
HREF="function.floatval.html"
><B
CLASS="function"
>floatval()</B
></A
></DT
><DT
><A
HREF="function.empty.html"
>empty</A
>&nbsp;--&nbsp;Determinã dacã o variabilã este definitã</DT
><DT
><A
HREF="function.floatval.html"
>floatval</A
>&nbsp;--&nbsp;Returneazã valoarea de tip float a unei variabile</DT
><DT
><A
HREF="function.get-defined-vars.html"
>get_defined_vars</A
>&nbsp;--&nbsp;
     Returneazã un tablou cu toate variabilele definite
    </DT
><DT
><A
HREF="function.get-resource-type.html"
>get_resource_type</A
>&nbsp;--&nbsp;
     Returneazã tipul resursei
    </DT
><DT
><A
HREF="function.gettype.html"
>gettype</A
>&nbsp;--&nbsp;Returneazã tipul unei variabile</DT
><DT
><A
HREF="function.import-request-variables.html"
>import_request_variables</A
>&nbsp;--&nbsp;Importã variabilele GET/POST/Cookie variabile globale</DT
><DT
><A
HREF="function.intval.html"
>intval</A
>&nbsp;--&nbsp;Returneazã valoarea întreagã a unei variabile</DT
><DT
><A
HREF="function.is-array.html"
>is_array</A
>&nbsp;--&nbsp;Decide dacã o variabilã este un tablou</DT
><DT
><A
HREF="function.is-bool.html"
>is_bool</A
>&nbsp;--&nbsp;
      Decide dacã o variabilã este de tip boolean
     </DT
><DT
><A
HREF="function.is-callable.html"
>is_callable</A
>&nbsp;--&nbsp;
     Decide dacã argumentul este o construcþie apelabilã
    </DT
><DT
><A
HREF="function.is-double.html"
>is_double</A
>&nbsp;--&nbsp;Alias pentru <A
HREF="function.is-float.html"
><B
CLASS="function"
>is_float()</B
></A
></DT
><DT
><A
HREF="function.is-float.html"
>is_float</A
>&nbsp;--&nbsp;Decide dacã o variabilã este de tip float</DT
><DT
><A
HREF="function.is-int.html"
>is_int</A
>&nbsp;--&nbsp;Decide dacã o variabilã este de tip integer</DT
><DT
><A
HREF="function.is-integer.html"
>is_integer</A
>&nbsp;--&nbsp;Alias pentru <A
HREF="function.is-int.html"
><B
CLASS="function"
>is_int()</B
></A
></DT
><DT
><A
HREF="function.is-long.html"
>is_long</A
>&nbsp;--&nbsp;Alias pentru <A
HREF="function.is-int.html"
><B
CLASS="function"
>is_int()</B
></A
></DT
><DT
><A
HREF="function.is-null.html"
>is_null</A
>&nbsp;--&nbsp;
     Decide dacã o variabilã este <TT
CLASS="constant"
><B
>NULL</B
></TT
>
    </DT
><DT
><A
HREF="function.is-numeric.html"
>is_numeric</A
>&nbsp;--&nbsp;
     Decide dacã o variabilã este numericã sau un ºir de caractere numeric
    </DT
><DT
><A
HREF="function.is-object.html"
>is_object</A
>&nbsp;--&nbsp;Decide dacã o variabilã este de tip object</DT
><DT
><A
HREF="function.is-real.html"
>is_real</A
>&nbsp;--&nbsp;Alias pentru <A
HREF="function.is-float.html"
><B
CLASS="function"
>is_float()</B
></A
></DT
><DT
><A
HREF="function.is-resource.html"
>is_resource</A
>&nbsp;--&nbsp;
     Decide dacã o variabilã este o resursã
    </DT
><DT
><A
HREF="function.is-scalar.html"
>is_scalar</A
>&nbsp;--&nbsp;
     Decide dacã o variabilã este un scalar
    </DT
><DT
><A
HREF="function.is-string.html"
>is_string</A
>&nbsp;--&nbsp;Decide dacã o variabilã este de tip string</DT
><DT
><A
HREF="function.isset.html"
>isset</A
>&nbsp;--&nbsp;Determinã dacã o variabilã este definitã</DT
><DT
><A
HREF="function.print-r.html"
>print_r</A
>&nbsp;--&nbsp;
     Afiºeazã informaþii despre o variabilã într-un format uºor de înþeles
    </DT
><DT
><A
HREF="function.serialize.html"
>serialize</A
>&nbsp;--&nbsp;
     Genereazã o reprezentare liniarã a unei variabile
    </DT
><DT
><A
HREF="function.settype.html"
>settype</A
>&nbsp;--&nbsp;Seteazã tipul unei variable</DT
><DT
><A
HREF="function.strval.html"
>strval</A
>&nbsp;--&nbsp;Returneazã valoarea ca ºir de caractere a unei variabile</DT
><DT
><A
HREF="function.unserialize.html"
>unserialize</A
>&nbsp;--&nbsp;
     Creeazã o variabilã PHP dintr-o reprezentare liniarã
    </DT
><DT
><A
HREF="function.unset.html"
>unset</A
>&nbsp;--&nbsp;ªterge variabilele date</DT
><DT
><A
HREF="function.var-dump.html"
>var_dump</A
>&nbsp;--&nbsp;Afiºeazã informaþii despre o variabilã</DT
><DT
><A
HREF="function.var-export.html"
>var_export</A
>&nbsp;--&nbsp;Afiºeazã o reprezentare ca ºir de caractere a unei variabile</DT
></DL
></DIV
></DIV
></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.urlencode.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.doubleval.html"
ACCESSKEY="N"
>Înainte</A
></TD
></TR
><TR
><TD
WIDTH="33%"
ALIGN="left"
VALIGN="top"
>urlencode</TD
><TD
WIDTH="34%"
ALIGN="center"
VALIGN="top"
><A
HREF="funcref.html"
ACCESSKEY="U"
>Sus</A
></TD
><TD
WIDTH="33%"
ALIGN="right"
VALIGN="top"
>doubleval</TD
></TR
></TABLE
></DIV
></BODY
></HTML
>