cvs: phpdoc-nl /reference/ftp/functions ftp-ssl-connect.xml
[email protected] ("Patric Stout")
| Newsgroups | php.doc.nl |
|---|---|
| Message-ID | <cvstruelight1042059917@cvsserver> |
truelight Wed Jan 8 16:05:17 2003 EDT
Added files:
/phpdoc-nl/reference/ftp/functions ftp-ssl-connect.xml
Log:
Sync with EN
Index: phpdoc-nl/reference/ftp/functions/ftp-ssl-connect.xml
+++ phpdoc-nl/reference/ftp/functions/ftp-ssl-connect.xml
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- EN-Revision: 1.2 Maintainer: truelight Status: ready -->
<refentry id="function.ftp-ssl-connect">
<refnamediv>
<refname>ftp_ssl_connect</refname>
<refpurpose>Opent een Beveiligde SSL-FTP verbinding</refpurpose>
</refnamediv>
<refsect1>
<title>Beschrijving</title>
<methodsynopsis>
<type>resource</type><methodname>ftp_ssl_connect</methodname>
<methodparam><type>string</type><parameter>host</parameter></methodparam>
<methodparam choice="opt"><type>int</type><parameter>port</parameter></methodparam>
<methodparam choice="opt"><type>int</type><parameter>timeout</parameter></methodparam>
</methodsynopsis>
<para>
Geeft een SSL-FTP stream terug het goed ging of anders &false;.
</para>
<para>
<function>ftp_ssl_connect</function> opent een SSL-FTP verbinding naar
de aangegeven <parameter>host</parameter>. De <parameter>port</parameter>
parameter geeft een alternatieve poort aan om naar te verbinden. Als hij
is weggelaten of op nul is gezet wordt de standaard FTP poort 21 gebruikt.
</para>
<para>
De <parameter>timeout</parameter> parameter geeft de tijd aan
van alle netwerk opdrachten waarna hij stopt. Als hij niet wordt
meegegeven, wordt de standaard waarde van 90 gebruikt. De
tijd kan altijd worden veranderd en uitgelezen met
<function>ftp_set_option</function> en
<function>ftp_get_option</function>.
</para>
<note>
<title>Waarom deze functie niet kan bestaan</title>
<para>
<function>ftp_ssl_connect</function> is alleen aanwezig als
<link linkend="ref.openssl">OpenSSL</link> ondersteuning is aangezet
in jouw versie van PHP. Als de functie ongedefineerd is en je
hebt gecompileerd met FTP ondersteuning, dan is dit de rede waarom.
</para>
</note>
<para>
Zie ook <function>ftp_connect</function>
</para>
</refsect1>
</refentry>
<!-- Keep this comment at the end of the file
Local variables:
mode: sgml
sgml-omittag:t
sgml-shorttag:t
sgml-minimize-attributes:nil
sgml-always-quote-attributes:t
sgml-indent-step:1
sgml-indent-data:t
indent-tabs-mode:nil
sgml-parent-document:nil
sgml-default-dtd-file:"../../../../manual.ced"
sgml-exposed-tags:nil
sgml-local-catalogs:nil
sgml-local-ecat-files:nil
End:
vim600: syn=xml fen fdm=syntax fdl=2 si
vim: et tw=78 syn=sgml
vi: ts=1 sw=1
-->