ftp_base::PopError() –

You appear to be a bot. Output may be restricted

Description

Usage

ftp_base::PopError();

Parameters

Returns

void

Source

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

1 to 4 of 4
  function PopError(){
    if(count($this->_error_array)) return(array_pop($this->_error_array));
      else return(false);
  }
 

 View on GitHub View on Trac