Plugins  LAST
 All Data Structures Files Functions Variables Pages
Variables
test_file.php File Reference

Go to the source code of this file.

Variables

global $cn
 
 $fcard =fopen($filename,'r')
 Open the file and parse it. More...
 
if($fcard==FALSE) $row_count =0
 
 $max =0
 
while(($row=fgetcsv($fcard,
0, $delimiter, $surround))!==false) 
$table =ob_get_contents()
 
 $nb_attribute = count($a_attribute)
 create widget column header More...
 
 $nb_header =count($a_header)
 
 for ($i=0;$i<$max;$i++)
 

Variable Documentation

global $cn

Definition at line 20 of file test_file.php.

$fcard =fopen($filename,'r')

Open the file and parse it.

Definition at line 26 of file test_file.php.

Referenced by Modop_Operation\format().

$max =0

Definition at line 33 of file test_file.php.

$nb_attribute = count($a_attribute)

create widget column header

Definition at line 60 of file test_file.php.

$nb_header =count($a_header)

Definition at line 61 of file test_file.php.

if ($fcard==FALSE) $row_count =0

Definition at line 32 of file test_file.php.

while (($row=fgetcsv($fcard, 0, $delimiter, $surround))!==false) $table =ob_get_contents()

Definition at line 48 of file test_file.php.

for($i=0;$i<$max;$i++)

Definition at line 62 of file test_file.php.