Easy Tutorial
❮ Func Http Headers List Func Mysqli Commit ❯

PHP ftp_cdup() Function



Definition and Usage

The ftp_cdup() function changes the current directory to the parent directory on the FTP server.

If successful, the function returns TRUE. If it fails, it returns FALSE.

Syntax

Parameter Description
ftp_connection Required. Specifies the FTP connection to use.

Example

The above code will output:


❮ Func Http Headers List Func Mysqli Commit ❯