_unzip_file_pclzip [ WordPress Function ]
_unzip_file_pclzip ( $file, $to, $needed_dirs = array() )
| Access: |
|
| Parameters: |
|
| See: | |
| Returns: |
|
| Defined at: |
|
Benzer Fonksiyonlar: _unzip_file_ziparchive, unzip_file, wp_filter_object_list, wp_unique_filename, _wp_footer_scripts
This function should not be called directly, use unzip_file instead. Attempts to unzip an archive using the PclZip library.
Assumes that WP_Filesystem() has already been called and set up.
Examples [ wp-snippets.com ]
Google Arama Sonuçlarý
- plugin development - What should I pass for $needed_dirs when ...
Feb 1, 2011 ... I'm seeking to use the _unzip_file_pclzip() function contained in wp-admin/ includes/file.php. However, I'm not sure what is expected for the ...
wordpress.stackexchange.com - PHPXRef 0.7 : WordPress : Detail view of file.php
download_url() unzip_file() _unzip_file_ziparchive() _unzip_file_pclzip() copy_dir() WP_Filesystem() get_filesystem_method() request_filesystem_credentials() ...
phpxref.ftwr.co.uk - file.php - PHP Cross Reference of WordPress Source - Yoast
Jun 1, 2011 ... unzip_file() _unzip_file_ziparchive() _unzip_file_pclzip() copy_dir() WP_Filesystem() get_filesystem_method() request_filesystem_credentials() ...
xref.yoast.com - Fatal error: Class 'ZipArchive' not found (PHP 5.3.1) - Stack Overflow
... through to PclZip if ZipArchive is not available, or encountered an error opening the file. return _unzip_file_pclzip($file, $to, $needed_dirs); } ...
stackoverflow.com