Добро пожаловать на форум PHP программистов!
За последние 24 часа нас посетил 17131 программист и 1834 робота. Сейчас ищут 1592 программиста ...

Net_FTP::Net_FTP()

Вернуться к: Net_FTP

Net_FTP::Net_FTP()

Net_FTP::Net_FTP() – constructor

Synopsis

require_once 'Net/FTP.php';

object Net_FTP::Net_FTP ( string $host = null , int $port = null )

Create a new object for communication with FTP servers.

Parameter

  • string $host = null - The host to connect to ( either an IP address or a domain name).

  • int $port = null - The port to connect to on the server.

Return value

object - the new Net_FTP object.

Note

This function can not be called statically.

Example

Using Net_FTP()

<?php

  
require_once 'Net/FTP.php';

  
$test = new Net_FTP('ftp.mydomain.com'21);

?>


Вернуться к: Net_FTP

© 2024 «PHP.RU — Сообщество PHP-Программистов»
Главная | Форум | Реклама на сайте | Контакты VIP Сувениры
Разработка компании ODware