(PHP 4, PHP 5, PHP 7)
ftp_systype — 锟斤拷锟斤拷远锟斤拷 FTP 锟斤拷锟斤拷锟斤拷锟侥诧拷锟斤拷系统锟斤拷锟斤拷
$ftp_stream
) : string
锟斤拷锟斤拷远锟教凤拷锟斤拷锟斤拷锟斤拷系统锟斤拷锟酵o拷锟斤拷锟斤拷锟斤拷锟斤拷锟津返伙拷 FALSE
锟斤拷
ftp_stream
FTP 锟斤拷锟斤拷锟斤拷源锟斤拷
锟斤拷锟斤拷远锟教凤拷锟斤拷锟斤拷锟斤拷锟酵o拷失锟杰凤拷锟斤拷 FALSE
锟斤拷
Example #1 ftp_systype() 锟斤拷锟斤拷
<?php
// ftp connection
$ftp = ftp_connect('ftp.example.com');
ftp_login($ftp, 'user', 'password');
// get the system type
if ($type = ftp_systype($ftp)) {
echo "Example.com is powered by $type\n";
} else {
echo "Couldn't get the systype";
}
?>
锟斤拷锟斤拷锟斤拷锟教碉拷锟斤拷锟斤拷锟斤拷锟斤拷冢锟�
Example.com is powerd by UNIX