![]() |
Xataface 2.0
Xataface Application Framework
|
Go to the source code of this file.
Variables | |
$inputPath = null | |
$outputPath = null | |
$dicts = array() | |
foreach($argv as $arg) if(!isset($outputPath)) if(!isset($inputPath)) | $fp = fopen($inputPath, 'r') |
if(!$fp) | $filenames = fgetcsv($fp) |
$dicts = array() |
Definition at line 5 of file csv2ini.php.
$filenames = fgetcsv($fp) |
Definition at line 43 of file csv2ini.php.
foreach ($argv as $arg) if (!isset($outputPath)) if (!isset($inputPath)) $fp = fopen($inputPath, 'r') |
Definition at line 37 of file csv2ini.php.
$inputPath = null |
Definition at line 3 of file csv2ini.php.
$outputPath = null |
Definition at line 4 of file csv2ini.php.