Go to the source code of this file.
|
| getTarUploadDir (&$action) |
|
| getTarExtractDir (&$action, $tar) |
|
| import_tar (&$action, $ftar, $dirid=0, $famid=7) |
|
| import_directory (&$action, $ldir, $dirid=0, $famid=7, $dfldid=2, $onlycsv=false, $analyze=false) |
|
| analyze_csv ($fdlcsv, $dbaccess, $dirid, &$famid, &$dfldid, $analyze) |
|
| WNGBdecode ($s) |
|
| WNGBDirRename ($ldir) |
|
analyze_csv |
( |
|
$fdlcsv, |
|
|
|
$dbaccess, |
|
|
|
$dirid, |
|
|
& |
$famid, |
|
|
& |
$dfldid, |
|
|
|
$analyze |
|
) |
| |
getTarExtractDir |
( |
& |
$action, |
|
|
|
$tar |
|
) |
| |
getTarUploadDir |
( |
& |
$action | ) |
|
import_directory |
( |
& |
$action, |
|
|
|
$ldir, |
|
|
|
$dirid = 0 , |
|
|
|
$famid = 7 , |
|
|
|
$dfldid = 2 , |
|
|
|
$onlycsv = false , |
|
|
|
$analyze = false |
|
) |
| |
import a directory files
- Parameters
-
action | $action | current action |
string | $ldir | local directory path |
Definition at line 50 of file import_tar.php.
import_tar |
( |
& |
$action, |
|
|
|
$ftar, |
|
|
|
$dirid = 0 , |
|
|
|
$famid = 7 |
|
) |
| |
import a directory files
- Parameters
-
action | $action | current action |
string | $ftar | tar file |
Definition at line 42 of file import_tar.php.
decode characters wihich comes from windows zip
- Parameters
-
- Returns
- string decoded string
Definition at line 265 of file import_tar.php.
rename file name which comes from windows zip
- Parameters
-
- Returns
- void
Definition at line 298 of file import_tar.php.
const TAREXTRACT "/extract/" |