Lines Matching refs:array
6 …Prototype: array fgetcsv ( resource $handle [, int $length [, string $delimiter [, string $enclosu…
17 /* the array is with three elements in it. Each element should be read as
21 $csv_lists = array (
22 array(',', '"', '"water",fruit'),
23 array(',', '"', '"water","fruit"'),
24 array(' ', '^', '^water^ ^fruit^'),
25 array(':', '&', '&water&:&fruit&'),
26 array('=', '=', '=water===fruit='),
27 array('-', '-', '-water--fruit-air'),
28 array('-', '-', '-water---fruit---air-'),
29 array(':', '&', '&""""&:&"&:,:":&,&:,,,,')
35 $file_modes = array ("r","rb", "rt", "r+", "r+b", "r+t",