Sophie

Sophie

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

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

<HTML
><HEAD
><TITLE
>ftp_ssl_connect</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="Funciones FTP"
HREF="ref.ftp.html"><LINK
REL="PREVIOUS"
TITLE="ftp_size"
HREF="function.ftp-size.html"><LINK
REL="NEXT"
TITLE="ftp_systype"
HREF="function.ftp-systype.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="function.ftp-size.html"
ACCESSKEY="P"
>Anterior</A
></TD
><TD
WIDTH="80%"
ALIGN="center"
VALIGN="bottom"
></TD
><TD
WIDTH="10%"
ALIGN="right"
VALIGN="bottom"
><A
HREF="function.ftp-systype.html"
ACCESSKEY="N"
>Siguiente</A
></TD
></TR
></TABLE
><HR
ALIGN="LEFT"
WIDTH="100%"></DIV
><H1
><A
NAME="function.ftp-ssl-connect"
></A
>ftp_ssl_connect</H1
><DIV
CLASS="refnamediv"
><A
NAME="AEN22199"
></A
><P
>    (PHP 4 &#62;= 4.3.0)</P
>ftp_ssl_connect&nbsp;--&nbsp;Opens an Secure SSL-FTP connection</DIV
><DIV
CLASS="refsect1"
><A
NAME="AEN22202"
></A
><H2
>Description</H2
>resource <B
CLASS="methodname"
>ftp_ssl_connect</B
> ( string host [, int port [, int timeout]])<BR
></BR
><P
>&#13;     Returns a SSL-FTP stream on success or <TT
CLASS="constant"
><B
>FALSE</B
></TT
> on error.
    </P
><P
>&#13;     <B
CLASS="function"
>ftp_ssl_connect()</B
> opens a SSL-FTP connection to the
     specified <TT
CLASS="parameter"
><I
>host</I
></TT
>.  The <TT
CLASS="parameter"
><I
>port</I
></TT
>
     parameter specifies an alternate port to connect to.  If it's
     omitted or set to zero then the default FTP port 21 will be used.
    </P
><P
>&#13;     The <TT
CLASS="parameter"
><I
>timeout</I
></TT
> parameter specifies the timeout for all
     subsequent network operations. If omitted, the default value is 90
     seconds. The timeout can be changed and queried at any time with
     <A
HREF="function.ftp-set-option.html"
><B
CLASS="function"
>ftp_set_option()</B
></A
> and
     <A
HREF="function.ftp-get-option.html"
><B
CLASS="function"
>ftp_get_option()</B
></A
>.
    </P
><DIV
CLASS="note"
><BLOCKQUOTE
CLASS="note"
><P
><B
>Why this function may not exist: </B
>
      <B
CLASS="function"
>ftp_ssl_connect()</B
> is only available if
      <A
HREF="ref.openssl.html"
>OpenSSL</A
> support is enabled into
      your version of PHP.  If it's undefined and you've compiled 
      FTP support then this is why.
     </P
></BLOCKQUOTE
></DIV
><P
>&#13;     See also <A
HREF="function.ftp-connect.html"
><B
CLASS="function"
>ftp_connect()</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.ftp-size.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="function.ftp-systype.html"
ACCESSKEY="N"
>Siguiente</A
></TD
></TR
><TR
><TD
WIDTH="33%"
ALIGN="left"
VALIGN="top"
>ftp_size</TD
><TD
WIDTH="34%"
ALIGN="center"
VALIGN="top"
><A
HREF="ref.ftp.html"
ACCESSKEY="U"
>Subir</A
></TD
><TD
WIDTH="33%"
ALIGN="right"
VALIGN="top"
>ftp_systype</TD
></TR
></TABLE
></DIV
></BODY
></HTML
>