Initial Commit
This commit is contained in:
223
database/php/pear/PHP/CompatInfo/ftp_func_array.php
Normal file
223
database/php/pear/PHP/CompatInfo/ftp_func_array.php
Normal file
@@ -0,0 +1,223 @@
|
||||
<?php
|
||||
/**
|
||||
* ftp extension Function dictionary for PHP_CompatInfo 1.9.0b2 or better
|
||||
*
|
||||
* PHP versions 4 and 5
|
||||
*
|
||||
* @category PHP
|
||||
* @package PHP_CompatInfo
|
||||
* @author Davey Shafik <davey@php.net>
|
||||
* @author Laurent Laville <pear@laurent-laville.org>
|
||||
* @license http://www.opensource.org/licenses/bsd-license.php BSD
|
||||
* @version CVS: $Id: ftp_func_array.php,v 1.1 2008/12/13 16:38:20 farell Exp $
|
||||
* @link http://pear.php.net/package/PHP_CompatInfo
|
||||
* @since version 1.9.0b2 (2008-12-19)
|
||||
*/
|
||||
|
||||
$GLOBALS['_PHP_COMPATINFO_FUNC_FTP'] = array (
|
||||
'ftp_alloc' =>
|
||||
array (
|
||||
'init' => '5.0.0',
|
||||
'ext' => 'ftp',
|
||||
'pecl' => false,
|
||||
),
|
||||
'ftp_cdup' =>
|
||||
array (
|
||||
'init' => '4.0.0',
|
||||
'ext' => 'ftp',
|
||||
'pecl' => false,
|
||||
),
|
||||
'ftp_chdir' =>
|
||||
array (
|
||||
'init' => '4.0.0',
|
||||
'ext' => 'ftp',
|
||||
'pecl' => false,
|
||||
),
|
||||
'ftp_chmod' =>
|
||||
array (
|
||||
'init' => '5.0.0',
|
||||
'ext' => 'ftp',
|
||||
'pecl' => false,
|
||||
),
|
||||
'ftp_close' =>
|
||||
array (
|
||||
'init' => '4.2.0',
|
||||
'ext' => 'ftp',
|
||||
'pecl' => false,
|
||||
),
|
||||
'ftp_connect' =>
|
||||
array (
|
||||
'init' => '4.0.0',
|
||||
'ext' => 'ftp',
|
||||
'pecl' => false,
|
||||
),
|
||||
'ftp_delete' =>
|
||||
array (
|
||||
'init' => '4.0.0',
|
||||
'ext' => 'ftp',
|
||||
'pecl' => false,
|
||||
),
|
||||
'ftp_exec' =>
|
||||
array (
|
||||
'init' => '4.0.3',
|
||||
'ext' => 'ftp',
|
||||
'pecl' => false,
|
||||
),
|
||||
'ftp_fget' =>
|
||||
array (
|
||||
'init' => '4.0.0',
|
||||
'ext' => 'ftp',
|
||||
'pecl' => false,
|
||||
),
|
||||
'ftp_fput' =>
|
||||
array (
|
||||
'init' => '4.0.0',
|
||||
'ext' => 'ftp',
|
||||
'pecl' => false,
|
||||
),
|
||||
'ftp_get' =>
|
||||
array (
|
||||
'init' => '4.0.0',
|
||||
'ext' => 'ftp',
|
||||
'pecl' => false,
|
||||
),
|
||||
'ftp_get_option' =>
|
||||
array (
|
||||
'init' => '4.2.0',
|
||||
'ext' => 'ftp',
|
||||
'pecl' => false,
|
||||
),
|
||||
'ftp_login' =>
|
||||
array (
|
||||
'init' => '4.0.0',
|
||||
'ext' => 'ftp',
|
||||
'pecl' => false,
|
||||
),
|
||||
'ftp_mdtm' =>
|
||||
array (
|
||||
'init' => '4.0.0',
|
||||
'ext' => 'ftp',
|
||||
'pecl' => false,
|
||||
),
|
||||
'ftp_mkdir' =>
|
||||
array (
|
||||
'init' => '4.0.0',
|
||||
'ext' => 'ftp',
|
||||
'pecl' => false,
|
||||
),
|
||||
'ftp_nb_continue' =>
|
||||
array (
|
||||
'init' => '4.3.0',
|
||||
'ext' => 'ftp',
|
||||
'pecl' => false,
|
||||
),
|
||||
'ftp_nb_fget' =>
|
||||
array (
|
||||
'init' => '4.3.0',
|
||||
'ext' => 'ftp',
|
||||
'pecl' => false,
|
||||
),
|
||||
'ftp_nb_fput' =>
|
||||
array (
|
||||
'init' => '4.3.0',
|
||||
'ext' => 'ftp',
|
||||
'pecl' => false,
|
||||
),
|
||||
'ftp_nb_get' =>
|
||||
array (
|
||||
'init' => '4.3.0',
|
||||
'ext' => 'ftp',
|
||||
'pecl' => false,
|
||||
),
|
||||
'ftp_nb_put' =>
|
||||
array (
|
||||
'init' => '4.3.0',
|
||||
'ext' => 'ftp',
|
||||
'pecl' => false,
|
||||
),
|
||||
'ftp_nlist' =>
|
||||
array (
|
||||
'init' => '4.0.0',
|
||||
'ext' => 'ftp',
|
||||
'pecl' => false,
|
||||
),
|
||||
'ftp_pasv' =>
|
||||
array (
|
||||
'init' => '4.0.0',
|
||||
'ext' => 'ftp',
|
||||
'pecl' => false,
|
||||
),
|
||||
'ftp_put' =>
|
||||
array (
|
||||
'init' => '4.0.0',
|
||||
'ext' => 'ftp',
|
||||
'pecl' => false,
|
||||
),
|
||||
'ftp_pwd' =>
|
||||
array (
|
||||
'init' => '4.0.0',
|
||||
'ext' => 'ftp',
|
||||
'pecl' => false,
|
||||
),
|
||||
'ftp_quit' =>
|
||||
array (
|
||||
'init' => '4.0.0',
|
||||
'ext' => 'ftp',
|
||||
'pecl' => false,
|
||||
),
|
||||
'ftp_raw' =>
|
||||
array (
|
||||
'init' => '5.0.0',
|
||||
'ext' => 'ftp',
|
||||
'pecl' => false,
|
||||
),
|
||||
'ftp_rawlist' =>
|
||||
array (
|
||||
'init' => '4.0.0',
|
||||
'ext' => 'ftp',
|
||||
'pecl' => false,
|
||||
),
|
||||
'ftp_rename' =>
|
||||
array (
|
||||
'init' => '4.0.0',
|
||||
'ext' => 'ftp',
|
||||
'pecl' => false,
|
||||
),
|
||||
'ftp_rmdir' =>
|
||||
array (
|
||||
'init' => '4.0.0',
|
||||
'ext' => 'ftp',
|
||||
'pecl' => false,
|
||||
),
|
||||
'ftp_set_option' =>
|
||||
array (
|
||||
'init' => '4.2.0',
|
||||
'ext' => 'ftp',
|
||||
'pecl' => false,
|
||||
),
|
||||
'ftp_site' =>
|
||||
array (
|
||||
'init' => '4.0.0',
|
||||
'ext' => 'ftp',
|
||||
'pecl' => false,
|
||||
),
|
||||
'ftp_size' =>
|
||||
array (
|
||||
'init' => '4.0.0',
|
||||
'ext' => 'ftp',
|
||||
'pecl' => false,
|
||||
),
|
||||
'ftp_ssl_connect' =>
|
||||
array (
|
||||
'init' => '4.3.0',
|
||||
'ext' => 'ftp',
|
||||
'pecl' => false,
|
||||
),
|
||||
'ftp_systype' =>
|
||||
array (
|
||||
'init' => '4.0.0',
|
||||
'ext' => 'ftp',
|
||||
'pecl' => false,
|
||||
),
|
||||
);
|
||||
?>
|
||||
Reference in New Issue
Block a user