Voting

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

The Note You're Voting On

www.bossftp.com
16 years ago
To send a SITE command and get the result, you can try this:

<?php
function ftpsite($conn, $cmd) {
return
ftp_raw($conn, "SITE $cmd");
}
?>

<< Back to user notes page

To Top