Home / APIs / ftp_pure::_quit() –

You appear to be a bot. Output may be restricted

Description

Usage

ftp_pure::_quit( $force );

Parameters

$force
( mixed ) optional –

Returns

void

Source

File name: wordpress/wp-admin/includes/class-ftp-pure.php


Lines: 1 to 8 of 8

  function _quit($force=FALSE) {
    if($this->_connected or $force) {
      @fclose($this->_ftp_control_sock);
      $this->_connected=false;
      $this->SendMSG("Socket closed");
    }
  }
 

 View on GitHub View on Trac

Published: 12th March 2017 | Last updated: 12th March 2017

Information

Function name: ftp_pure::_quit
Class ref: ftp_pure
Plugin ref: WordPress
Version: 5.0.3
Sourcefile: wp-admin/includes/class-ftp-pure.php
File ref: wp-admin/includes/class-ftp-pure.php
Deprecated?: No
API Letters: F,P,Q

  • Plugins
  • Themes
  • Shortcodes
  • APIs
  • Files
  • Hooks
  • Classes
  • Sites
  • Sitemap
  • Blog
WooCommerce a2z WooCommerce a2z
WooCommerce

Site:  woocommerce.wp-a2z.org
© Copyright WooCommerce a2z 2014-2019. All rights reserved.


Website designed and developed by Herb Miller
Proudly powered by WordPress and oik plugins