Sophie

Sophie

distrib > Mandriva > 9.1 > ppc > by-pkgid > a34ed6838d4b29d38abd504392a4a797 > files > 3151

php-manual-es-4.3.0-2mdk.noarch.rpm

<HTML
><HEAD
><TITLE
>php_stream_open_wrapper_as_file</TITLE
><META
NAME="GENERATOR"
CONTENT="Modular DocBook HTML Stylesheet Version 1.7"><LINK
REL="HOME"
TITLE="Manual de PHP"
HREF="index.html"><LINK
REL="UP"
TITLE="Streams Common API Reference"
HREF="stream.common-api.html"><LINK
REL="PREVIOUS"
TITLE="php_stream_open_wrapper_ex"
HREF="streams.php-stream-open-wrapper-ex.html"><LINK
REL="NEXT"
TITLE="Streams Dir API Reference"
HREF="streams.dir-api.html"><META
HTTP-EQUIV="Content-type"
CONTENT="text/html; charset=ISO-8859-1"></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 de PHP</TH
></TR
><TR
><TD
WIDTH="10%"
ALIGN="left"
VALIGN="bottom"
><A
HREF="streams.php-stream-open-wrapper-ex.html"
ACCESSKEY="P"
>Anterior</A
></TD
><TD
WIDTH="80%"
ALIGN="center"
VALIGN="bottom"
></TD
><TD
WIDTH="10%"
ALIGN="right"
VALIGN="bottom"
><A
HREF="streams.dir-api.html"
ACCESSKEY="N"
>Siguiente</A
></TD
></TR
></TABLE
><HR
ALIGN="LEFT"
WIDTH="100%"></DIV
><H1
><A
NAME="streams.php-stream-open-wrapper-as-file"
></A
>php_stream_open_wrapper_as_file</H1
><DIV
CLASS="refnamediv"
><A
NAME="AEN86101"
></A
><P
>    (no version information, might be only in CVS)</P
>php_stream_open_wrapper_as_file&nbsp;--&nbsp;Opens a stream on a file or URL, and converts to a FILE*</DIV
><DIV
CLASS="refsect1"
><A
NAME="AEN86104"
></A
><H2
>Description</H2
>FILE * <B
CLASS="methodname"
>php_stream_open_wrapper_as_file</B
> ( char * path, char * mode, int options, char ** opened)<BR
></BR
><P
>&#13;     <B
CLASS="function"
>php_stream_open_wrapper_as_file()</B
> is exactly like
     <B
CLASS="function"
>php_stream_open_wrapper()</B
>, but converts the stream
     into an ANSI stdio FILE* and returns that instead of the stream.
     This is a convenient shortcut for extensions that pass FILE* to third-party libraries.
    </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="streams.php-stream-open-wrapper-ex.html"
ACCESSKEY="P"
>Anterior</A
></TD
><TD
WIDTH="34%"
ALIGN="center"
VALIGN="top"
><A
HREF="index.html"
ACCESSKEY="H"
>Inicio</A
></TD
><TD
WIDTH="33%"
ALIGN="right"
VALIGN="top"
><A
HREF="streams.dir-api.html"
ACCESSKEY="N"
>Siguiente</A
></TD
></TR
><TR
><TD
WIDTH="33%"
ALIGN="left"
VALIGN="top"
>php_stream_open_wrapper_ex</TD
><TD
WIDTH="34%"
ALIGN="center"
VALIGN="top"
><A
HREF="stream.common-api.html"
ACCESSKEY="U"
>Subir</A
></TD
><TD
WIDTH="33%"
ALIGN="right"
VALIGN="top"
>Streams Dir API Reference</TD
></TR
></TABLE
></DIV
></BODY
></HTML
>