php-internal-docs 8.4.8
Unofficial docs for php/php-src
Loading...
Searching...
No Matches
php_ftp.h File Reference
#include "php_version.h"

Go to the source code of this file.

Macros

#define phpext_ftp_ptr   &php_ftp_module_entry
 
#define PHP_FTP_VERSION   PHP_VERSION
 
#define PHP_FTP_OPT_TIMEOUT_SEC   0
 
#define PHP_FTP_OPT_AUTOSEEK   1
 
#define PHP_FTP_OPT_USEPASVADDRESS   2
 
#define PHP_FTP_AUTORESUME   -1
 

Functions

 PHP_MINIT_FUNCTION (ftp)
 
 PHP_MINFO_FUNCTION (ftp)
 

Variables

zend_module_entry php_ftp_module_entry
 

Macro Definition Documentation

◆ PHP_FTP_AUTORESUME

#define PHP_FTP_AUTORESUME   -1

Definition at line 30 of file php_ftp.h.

◆ PHP_FTP_OPT_AUTOSEEK

#define PHP_FTP_OPT_AUTOSEEK   1

Definition at line 28 of file php_ftp.h.

◆ PHP_FTP_OPT_TIMEOUT_SEC

#define PHP_FTP_OPT_TIMEOUT_SEC   0

Definition at line 27 of file php_ftp.h.

◆ PHP_FTP_OPT_USEPASVADDRESS

#define PHP_FTP_OPT_USEPASVADDRESS   2

Definition at line 29 of file php_ftp.h.

◆ PHP_FTP_VERSION

#define PHP_FTP_VERSION   PHP_VERSION

Definition at line 25 of file php_ftp.h.

◆ phpext_ftp_ptr

#define phpext_ftp_ptr   &php_ftp_module_entry

Definition at line 22 of file php_ftp.h.

Function Documentation

◆ PHP_MINFO_FUNCTION()

PHP_MINFO_FUNCTION ( ftp )

◆ PHP_MINIT_FUNCTION()

PHP_MINIT_FUNCTION ( ftp )

Variable Documentation

◆ php_ftp_module_entry

zend_module_entry php_ftp_module_entry
extern