Main Page | Namespace List | Class Hierarchy | Data Structures | Directories | File List | Data Fields | Globals | Related Pages

cbc_be.inc.php File Reference

This file must be included to parse the CVS from the CBC Bank. More...

Go to the source code of this file.

Variables

 $row = 1
 $num_compte = $row[0]
 $date_exec = $row[3]
 $date_val = $row[4]
 $montant = str_replace('.','',$row[6])
 $devise = $row[1]
 $compte_ordre = $row[0]
 $detail = trim($row[7]).' '.trim($row[8]).' '.trim($row[9]).' '.trim($row[10])
 break


Detailed Description

This file must be included to parse the CVS from the CBC Bank.

Definition in file cbc_be.inc.php.


Variable Documentation

$compte_ordre = $row[0]
 

Definition at line 54 of file cbc_be.inc.php.

$date_exec = $row[3]
 

Definition at line 45 of file cbc_be.inc.php.

$date_val = $row[4]
 

Definition at line 46 of file cbc_be.inc.php.

$detail = trim($row[7]).' '.trim($row[8]).' '.trim($row[9]).' '.trim($row[10])
 

Definition at line 55 of file cbc_be.inc.php.

$devise = $row[1]
 

Definition at line 53 of file cbc_be.inc.php.

$montant = str_replace('.','',$row[6])
 

Definition at line 48 of file cbc_be.inc.php.

$num_compte = $row[0]
 

Definition at line 44 of file cbc_be.inc.php.

$row = 1
 

Definition at line 28 of file cbc_be.inc.php.

break
 

Definition at line 86 of file cbc_be.inc.php.