Source of: /manual/en/function.ftp-quit.php
<?php
include_once $_SERVER['DOCUMENT_ROOT'] . '/include/shared-manual.inc';
$TOC = array();
$PARENTS = array();
include_once dirname(__FILE__) ."/toc/ref.ftp.inc";
$setup = array (
'home' =>
array (
0 => 'index.php',
1 => 'PHP Manual',
),
'head' =>
array (
0 => 'UTF-8',
1 => 'en',
),
'this' =>
array (
0 => 'function.ftp-quit.php',
1 => 'ftp_quit',
),
'up' =>
array (
0 => 'ref.ftp.php',
1 => 'FTP Functions',
),
'prev' =>
array (
0 => 'function.ftp-pwd.php',
1 => 'ftp_pwd',
),
'next' =>
array (
0 => 'function.ftp-raw.php',
1 => 'ftp_raw',
),
);
$setup["toc"] = $TOC;
$setup["parents"] = $PARENTS;
manual_setup($setup);
manual_header();
?>
<div id="function.ftp-quit" class="refentry">
<div class="refnamediv">
<h1 class="refname">ftp_quit</h1>
<p class="verinfo">(PHP 4, PHP 5)</p><p class="refpurpose"><span class="refname">ftp_quit</span> — <span class="dc-title">Alias of <a href="function.ftp-close.php" class="function">ftp_close()</a></span></p>
</div>
<a name="function.ftp-quit.description"></a><div class="refsect1 description">
<h3 class="title">Description</h3>
<p class="simpara">
This function is an alias of:
<a href="function.ftp-close.php" class="function">ftp_close()</a>.
</p>
</div>
</div><?php manual_footer(); ?>