php-internal-docs 8.4.8
Unofficial docs for php/php-src
Loading...
Searching...
No Matches
ftpbuf Struct Reference

#include <ftp.h>

Data Fields

php_socket_t fd
 
php_sockaddr_storage localaddr
 
int resp
 
char inbuf [FTP_BUFSIZE]
 
char * extra
 
int extralen
 
char outbuf [FTP_BUFSIZE]
 
char * pwd
 
char * syst
 
ftptype_t type
 
int pasv
 
php_sockaddr_storage pasvaddr
 
zend_long timeout_sec
 
int autoseek
 
int usepasvaddress
 
databuf_tdata
 
php_streamstream
 
bool nb
 
char lastch
 
bool direction
 
bool closestream
 

Detailed Description

Definition at line 55 of file ftp.h.

Field Documentation

◆ autoseek

int ftpbuf::autoseek

Definition at line 70 of file ftp.h.

◆ closestream

bool ftpbuf::closestream

Definition at line 78 of file ftp.h.

◆ data

databuf_t* ftpbuf::data

Definition at line 73 of file ftp.h.

◆ direction

bool ftpbuf::direction

Definition at line 77 of file ftp.h.

◆ extra

char* ftpbuf::extra

Definition at line 61 of file ftp.h.

◆ extralen

int ftpbuf::extralen

Definition at line 62 of file ftp.h.

◆ fd

php_socket_t ftpbuf::fd

Definition at line 57 of file ftp.h.

◆ inbuf

char ftpbuf::inbuf[FTP_BUFSIZE]

Definition at line 60 of file ftp.h.

◆ lastch

char ftpbuf::lastch

Definition at line 76 of file ftp.h.

◆ localaddr

php_sockaddr_storage ftpbuf::localaddr

Definition at line 58 of file ftp.h.

◆ nb

bool ftpbuf::nb

Definition at line 75 of file ftp.h.

◆ outbuf

char ftpbuf::outbuf[FTP_BUFSIZE]

Definition at line 63 of file ftp.h.

◆ pasv

int ftpbuf::pasv

Definition at line 67 of file ftp.h.

◆ pasvaddr

php_sockaddr_storage ftpbuf::pasvaddr

Definition at line 68 of file ftp.h.

◆ pwd

char* ftpbuf::pwd

Definition at line 64 of file ftp.h.

◆ resp

int ftpbuf::resp

Definition at line 59 of file ftp.h.

◆ stream

php_stream* ftpbuf::stream

Definition at line 74 of file ftp.h.

◆ syst

char* ftpbuf::syst

Definition at line 65 of file ftp.h.

◆ timeout_sec

zend_long ftpbuf::timeout_sec

Definition at line 69 of file ftp.h.

◆ type

ftptype_t ftpbuf::type

Definition at line 66 of file ftp.h.

◆ usepasvaddress

int ftpbuf::usepasvaddress

Definition at line 71 of file ftp.h.


The documentation for this struct was generated from the following file: