Function __global->open_up_ftp_connection

Definitions

code_editor.php

  • Open up an FTP connection from POSTed details.
  • Visibility: public
  • Is abstract?: No
  • Is static?: No
  • Is final?: No

Returns

  • Either an error screen or a connection. (null: not using FTP)
  • Type: ?mixed
  • Set: N/A
  • Range: N/A

Preview

Code (PHP)

/**
 * Open up an FTP connection from POSTed details.
 *
 * @return ?mixed Either an error screen or a connection. (null: not using FTP)
 */

function open_up_ftp_connection()