blob: 23a2ea3684b331daf9a6ca3e5f1aa82393ff14a4 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
|
Extension [ <persistent> extension #72 csv version 0.4.2 ] {
- Classes [1] {
Class [ <internal:csv> final class CSV ] {
- Constants [0] {
}
- Static properties [0] {
}
- Static methods [5] {
Method [ <internal:csv> static public method arrayToRow ] {
- Parameters [4] {
Parameter #0 [ <required> array $fields ]
Parameter #1 [ <optional> string $delimiter = ',' ]
Parameter #2 [ <optional> string $enclosure = '"' ]
Parameter #3 [ <optional> string $eolSequence = "\r\n" ]
}
- Return [ string ]
}
Method [ <internal:csv> static public method rowToArray ] {
- Parameters [4] {
Parameter #0 [ <required> string $row ]
Parameter #1 [ <optional> string $delimiter = ',' ]
Parameter #2 [ <optional> string $enclosure = '"' ]
Parameter #3 [ <optional> string $eolSequence = "\r\n" ]
}
- Return [ array ]
}
Method [ <internal:csv> static public method collectionToBuffer ] {
- Parameters [4] {
Parameter #0 [ <required> iterable $collection ]
Parameter #1 [ <optional> string $delimiter = ',' ]
Parameter #2 [ <optional> string $enclosure = '"' ]
Parameter #3 [ <optional> string $eolSequence = "\r\n" ]
}
- Return [ string ]
}
Method [ <internal:csv> static public method bufferToCollection ] {
- Parameters [4] {
Parameter #0 [ <required> string $buffer ]
Parameter #1 [ <optional> string $delimiter = ',' ]
Parameter #2 [ <optional> string $enclosure = '"' ]
Parameter #3 [ <optional> string $eolSequence = "\r\n" ]
}
- Return [ array ]
}
Method [ <internal:csv> static public method bufferToCollectionLax ] {
- Parameters [4] {
Parameter #0 [ <required> string $buffer ]
Parameter #1 [ <optional> string $delimiter = ',' ]
Parameter #2 [ <optional> string $enclosure = '"' ]
Parameter #3 [ <optional> string $eolSequence = "\r\n" ]
}
- Return [ array ]
}
}
- Properties [0] {
}
- Methods [0] {
}
}
}
}
|