PHP Functions : FTP Functions

Context of the notion in the technology: Document / Topc: PHP Functions
Related Keywords: PHP Functions FTP Functions
Help URL: http://www.php.net/manual/en/ref.ftp.php


Items Related to FTP Functions

Inner Elements of FTP Functions

FTP Functions contains following items:
  • ftp_alloc (ftp alloc)
  • ftp_cdup (ftp cdup)
  • ftp_chdir (ftp chdir)
  • ftp_chmod (ftp chmod)
  • ftp_close (ftp close)
  • ftp_connect (ftp connect)
  • ftp_delete (ftp delete)
  • ftp_exec (ftp exec)
  • ftp_fget (ftp fget)
  • ftp_fput (ftp fput)
  • ftp_get_option (ftp get option)
  • ftp_get (ftp get)
  • ftp_login (ftp login)
  • ftp_mdtm (ftp mdtm)
  • ftp_mkdir (ftp mkdir)
  • ftp_nb_continue (ftp nb continue)
  • ftp_nb_fget (ftp nb fget)
  • ftp_nb_fput (ftp nb fput)
  • ftp_nb_get (ftp nb get)
  • ftp_nb_put (ftp nb put)
  • ftp_nlist (ftp nlist)
  • ftp_pasv (ftp pasv)
  • ftp_put (ftp put)
  • ftp_pwd (ftp pwd)
  • ftp_quit (ftp quit)
  • ftp_raw (ftp raw)
  • ftp_rawlist (ftp rawlist)
  • ftp_rename (ftp rename)
  • ftp_rmdir (ftp rmdir)
  • ftp_set_option (ftp set option)
  • ftp_site (ftp site)
  • ftp_size (ftp size)
  • ftp_ssl_connect (ftp ssl connect)
  • ftp_systype (ftp systype)


PHP is a scripted programming language that can be used to create websites. Short for "PHP: Hypertext Preprocessor" (the initials actually come from the earliest version of the program, which was called "Personal Home Page" but in their current form, constitute a recursive acronym), it is an open-source, reflective programming language used mainly for developing server-side applications and dynamic web content, and more recently, a broader range of software applications. For example, MediaWiki, the software behind Wikipedia, is written in PHP.PHP allows interaction with a large number of relational database management systems, such as MySQL, Oracle, IBM DB2, Microsoft SQL Server, PostgreSQL, Firebird and SQLite. PHP runs on most major operating systems, including Unix, Linux, Netware, Windows, and Mac OS X, and can interact with many major web servers.
   -- wikipedia.org

Home