PHPverse 2025

Voting

: min(two, seven)?
(Example: nine)

The Note You're Voting On

Frank Glck
2 years ago
sometimes it is necessary to set:

ftp_set_option($this->connection_id, FTP_USEPASVADDRESS, false)

before you set:
ftp_pasv($this->connection_id, $state)

<< Back to user notes page

To Top