Sophie

Sophie

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

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

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<HTML
><HEAD
><TITLE
>file_get_contents</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="Filesystem Functions"
HREF="ref.filesystem.html"><LINK
REL="PREVIOUS"
TITLE="file_exists"
HREF="function.file-exists.html"><LINK
REL="NEXT"
TITLE="file_put_contents"
HREF="function.file-put-contents.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.file-exists.html"
ACCESSKEY="P"
>Înapoi</A
></TD
><TD
WIDTH="80%"
ALIGN="center"
VALIGN="bottom"
></TD
><TD
WIDTH="10%"
ALIGN="right"
VALIGN="bottom"
><A
HREF="function.file-put-contents.html"
ACCESSKEY="N"
>Înainte</A
></TD
></TR
></TABLE
><HR
ALIGN="LEFT"
WIDTH="100%"></DIV
><H1
><A
NAME="function.file-get-contents"
></A
>file_get_contents</H1
><DIV
CLASS="refnamediv"
><A
NAME="AEN27830"
></A
><P
>    (PHP 4 &#62;= 4.3.0, PHP 5)</P
>file_get_contents&nbsp;--&nbsp;Reads entire file into a string</DIV
><DIV
CLASS="refsect1"
><A
NAME="AEN27833"
></A
><H2
>Description</H2
>string <B
CLASS="methodname"
>file_get_contents</B
> ( string filename [, bool use_include_path [, resource context]])<BR
></BR
><P
> 
     Identical to <A
HREF="function.file.html"
><B
CLASS="function"
>file()</B
></A
>, except that
     <B
CLASS="function"
>file_get_contents()</B
> returns the file in a string.
     On failure, <B
CLASS="function"
>file_get_contents()</B
> will return <TT
CLASS="constant"
><B
>FALSE</B
></TT
>.
    </P
><P
>&#13;     <B
CLASS="function"
>file_get_contents()</B
> is the preferred way to read the
     contents of a file into a string.  It will use memory mapping techniques if
     supported by your OS to enhance performance.
    </P
><DIV
CLASS="note"
><BLOCKQUOTE
CLASS="note"
><P
><B
>Not&#227;: </B
>Aceastã funcþie este
binar-sigurã.</P
></BLOCKQUOTE
></DIV
><DIV
CLASS="tip"
><BLOCKQUOTE
CLASS="tip"
><P
><B
>Indica&#254;ie: </B
>Cu aceastã funcþie se poate folosi
URL-ul ca nume de fiºier, dacã a fost activatã opþiunea "fopen wrappers".
Vezi <A
HREF="function.fopen.html"
><B
CLASS="function"
>fopen()</B
></A
> pentru mai multe detalii.</P
></BLOCKQUOTE
></DIV
><DIV
CLASS="note"
><BLOCKQUOTE
CLASS="note"
><P
><B
>Not&#227;: </B
>Context support was added
with PHP 5.0.0.</P
></BLOCKQUOTE
></DIV
><DIV
CLASS="warning"
><P
></P
><TABLE
CLASS="warning"
BORDER="1"
WIDTH="100%"
><TR
><TD
ALIGN="CENTER"
><B
>Avertisment</B
></TD
></TR
><TR
><TD
ALIGN="LEFT"
><P
>When using SSL, Microsoft IIS
will violate the protocol by closing the connection without sending a
close_notify indicator.  PHP will report this as "SSL: Fatal Protocol Error"
when you reach the end of the data.  To workaround this, you should lower your
<A
HREF="missing-stuff.html#ini.error-reporting"
>error_reporting</A
> level not to include warnings.
PHP 4.3.7 and higher can detect buggy IIS server software when you open
the stream using the https:// wrapper and will suppress the warning for you.
If you are using <A
HREF="function.fsockopen.html"
><B
CLASS="function"
>fsockopen()</B
></A
> to create an ssl:// socket,
you are responsible for detecting and suppressing the warning yourself.
</P
></TD
></TR
></TABLE
></DIV
><P
>&#13;     See also <A
HREF="function.fgets.html"
><B
CLASS="function"
>fgets()</B
></A
>, <A
HREF="function.file.html"
><B
CLASS="function"
>file()</B
></A
>, 
     <A
HREF="function.fread.html"
><B
CLASS="function"
>fread()</B
></A
>, <A
HREF="function.include.html"
><B
CLASS="function"
>include()</B
></A
>, 
     and <A
HREF="function.readfile.html"
><B
CLASS="function"
>readfile()</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.file-exists.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.file-put-contents.html"
ACCESSKEY="N"
>Înainte</A
></TD
></TR
><TR
><TD
WIDTH="33%"
ALIGN="left"
VALIGN="top"
>file_exists</TD
><TD
WIDTH="34%"
ALIGN="center"
VALIGN="top"
><A
HREF="ref.filesystem.html"
ACCESSKEY="U"
>Sus</A
></TD
><TD
WIDTH="33%"
ALIGN="right"
VALIGN="top"
>file_put_contents</TD
></TR
></TABLE
></DIV
></BODY
></HTML
>