Home
last modified time | relevance | path

Searched refs:entrie (Results 1 – 2 of 2) sorted by relevance

/plugin/odt2dw/
H A Daction.php445 function _unzip( $entrie ) { argument
455 $res = $this->ZIP->extractTo( $this->uploadDir, $entrie );
457 if ( ! $res ) return $this->_msg( array( 'er_unzip_error', $entrie ) );
458 $this->file_extract[] = $this->uploadDir.'/'.$entrie;
459 return $this->_msg( array( 'ok_unzip', $entrie ) );
/plugin/odtplus2dw/
H A Daction.php508 function _unzip( $entrie ) { argument
509 ### _unzip : extract $entrie file from $this->odtFile to $this->uploadDir using $this->ZIP object instance of ZipArchive Class ###
510 # $entrie : string : fullFileName (with the internal path in the archive)
518 $res = $this->ZIP->extractTo( $this->uploadDir, $entrie );
520 if ( ! $res ) return $this->_msg( array( 'er_unzip_error', $entrie ) );
521 $this->file_extract[] = $this->uploadDir.'/'.$entrie;
522 return $this->_msg( array( 'ok_unzip', $entrie ) );