PHP 클래스 NukeViet\Ftp\Ftp

저자: VINADES.,JSC
파일 보기 프로젝트 열기: nukeviet/nukeviet

공개 프로퍼티들

프로퍼티 타입 설명
$error Du lieu xuat ra, du lieu kiem tra
$logined

공개 메소드들

메소드 설명
__construct ( string $host = '', string $user = 'root', string $pass = '', mixed $config = [], integer $port = 21 )
chdir ( mixed $path )
close ( )
detectFtpRoot ( mixed $list_valid = [], string $path_root = '', boolean $read_buffer = true, string $read_file = 'index.php' )
listDetail ( mixed $path = null, string $type = 'raw', $show_hidden = false )
mkdir ( $dir )
pwd ( )
read ( mixed $remote, mixed &$buffer )
rename ( $old, $new )
rmdir ( $dir )
unlink ( $file )

보호된 메소드들

메소드 설명
DetectedMode ( mixed $fileName )

비공개 메소드들

메소드 설명
check_login ( )

메소드 상세

DetectedMode() 보호된 메소드

protected DetectedMode ( mixed $fileName )
$fileName mixed

__construct() 공개 메소드

public __construct ( string $host = '', string $user = 'root', string $pass = '', mixed $config = [], integer $port = 21 )
$host string
$user string
$pass string
$config mixed
$port integer

chdir() 공개 메소드

public chdir ( mixed $path )
$path mixed

close() 공개 메소드

public close ( )

detectFtpRoot() 공개 메소드

public detectFtpRoot ( mixed $list_valid = [], string $path_root = '', boolean $read_buffer = true, string $read_file = 'index.php' )
$list_valid mixed
$path_root string
$read_buffer boolean
$read_file string

listDetail() 공개 메소드

public listDetail ( mixed $path = null, string $type = 'raw', $show_hidden = false )
$path mixed
$type string

mkdir() 공개 메소드

public mkdir ( $dir )

pwd() 공개 메소드

public pwd ( )

read() 공개 메소드

public read ( mixed $remote, mixed &$buffer )
$remote mixed
$buffer mixed

rename() 공개 메소드

public rename ( $old, $new )

rmdir() 공개 메소드

public rmdir ( $dir )

프로퍼티 상세

$error 공개적으로 프로퍼티

Du lieu xuat ra, du lieu kiem tra
public $error

$logined 공개적으로 프로퍼티

public $logined