PHP Tutorial Example
Example
PHP Mail
PHP Libxml
PHP HTTP
PHP Filter
PHP Zip
PHP Directory
PHP Error
PHP SimpleXML
PHP Calendar
PHP Date
PHP Misc
PHP XML
PHP FTP
PHP Math
PHP MySQL
PHP Filesystem
PHP Array
PHP String
PHP Tutorial
PHP Introduction
PHP Installation
PHP Syntax
PHP Variables
PHP Echo
PHP Strings
PHP Operators
PHP Comments
PHP Include File
PHP Require
PHP If Statement
PHP If Else
PHP Elseif
PHP Switch
PHP Forms
PHP Functions
PHP Array
PHP While Loop
PHP For Loop
PHP For Each
PHP Do While
PHP POST and GET
PHP Magic Quotes
PHP htmlentities
PHP Files
PHP File
PHP File Create
PHP File Open
PHP File Close
PHP File Write
PHP File Read
PHP File Delete
PHP File Append
PHP File Truncate
PHP File Upload
PHP Strings
PHP strpos
PHP str replace
PHP substrreplace
PHP Capitalization
PHP explode
PHP implode
PHP Advanced
PHP Date
PHP Session
PHP Cookies
PHP Include
PHP Email
PHP Secure Email
PHP Error
PHP Exception
PHP Filter
PHP and AJAX
AJAX Intro
AJAX PHP
AJAX Database
AJAX XML
AJAX Live Search
AJAX RSS Reader
AJAX Poll
PHP XML
XML Expat Parser
XML DOM
XML SimpleXML
PHP Database
MySQL Introduction
MySQL Connect
MySQL Create
MySQL Insert
MySQL Select
MySQL Where
MySQL Order By
MySQL Update
MySQL Delete
PHP ODBC
PHP Misc
PHP connection aborted Function
| Name | Description |
|---|---|
| PHP ftp_alloc() Function | Allocates space for a file to be uploaded to the FTP server |
| PHP ftp_cdup() Function | Changes the current directory to the parent directory on the FTP server |
| PHP ftp_chdir() Function | Changes the current directory on the FTP server |
| PHP ftp_chmod() Function | Sets permissions on a file via FTP |
| PHP ftp_close() Function | Closes an FTP connection |
| PHP ftp_connect() Function | Opens an FTP connection |
| PHP ftp_delete() Function | Deletes a file on the FTP server |
| PHP ftp_exec() Function | Executes a program/command on the FTP server |
| PHP ftp_fget() Function | Downloads a file from the FTP server and saves it to an open file |
| PHP ftp_fput() Function | Uploads from an open file and saves it to a file on the FTP server |
| PHP ftp_get_option() Function | Returns runtime behaviors of the FTP connection |
| PHP ftp_get() Function | Downloads a file from the FTP server |
| PHP ftp_login() Function | Logs on to an FTP connection |
| PHP ftp_mdtm() Function | Returns the last modified time of a specified file |
| PHP ftp_mkdir() Function | Creates a new directory on the FTP server |
| PHP ftp_nb_continue() Function | Continues retrieving/sending a file (non-blocking) |
| PHP ftp_nb_fget() Function | Downloads a file from the FTP server and saves it to an open file (non-blocking) |
| PHP ftp_nb_fput() Function | Uploads from an open file and saves it to a file on the FTP server (non-blocking) |
| PHP ftp_nb_get() Function | Downloads a file from the FTP server (non-blocking) |
| PHP ftp_nb_put() Function | Uploads a file to the FTP server (non-blocking) |
| PHP ftp_nlist() Function | Lists the files in a specified directory on the FTP server |
| PHP ftp_pasv() Function | Turns passive mode on or off |
| PHP ftp_put() Function | Uploads a file to the FTP server |
| PHP ftp_pwd() Function | Returns the current directory name |
| PHP ftp_quit() Function | Alias of ftp_close() |
| PHP ftp_raw() Function | Sends a raw command to the FTP server |
| PHP ftp_rawlist() Function | Returns a detailed list of files in the specified directory |
| PHP ftp_rename() Function | Renames a file or directory on the FTP server |
| PHP ftp_rmdir() Function | Removes a directory on the FTP server |
| PHP ftp_set_option() Function | Sets runtime options for the FTP connection |
| PHP ftp_site() Function | Sends a SITE command to the server |
| PHP ftp_size() Function | Returns the size of the specified file |
| PHP ftp_ssl_connect() Function | Opens a secure SSL-FTP connection |
| PHP ftp_systype() Function | Returns the system type identifier of the FTP server |

