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

#include <ftp.h>

Data Fields

int listener
 
php_socket_t fd
 
ftptype_t type
 
char buf [FTP_BUFSIZE]
 

Detailed Description

Definition at line 43 of file ftp.h.

Field Documentation

◆ buf

char databuf::buf[FTP_BUFSIZE]

Definition at line 48 of file ftp.h.

◆ fd

php_socket_t databuf::fd

Definition at line 46 of file ftp.h.

◆ listener

int databuf::listener

Definition at line 45 of file ftp.h.

◆ type

ftptype_t databuf::type

Definition at line 47 of file ftp.h.


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