Extension [ extension #72 csv version 0.4.2 ] { - Classes [1] { Class [ final class CSV ] { - Constants [0] { } - Static properties [0] { } - Static methods [5] { Method [ static public method arrayToRow ] { - Parameters [4] { Parameter #0 [ array $fields ] Parameter #1 [ string $delimiter = ',' ] Parameter #2 [ string $enclosure = '"' ] Parameter #3 [ string $eolSequence = "\r\n" ] } - Return [ string ] } Method [ static public method rowToArray ] { - Parameters [4] { Parameter #0 [ string $row ] Parameter #1 [ string $delimiter = ',' ] Parameter #2 [ string $enclosure = '"' ] Parameter #3 [ string $eolSequence = "\r\n" ] } - Return [ array ] } Method [ static public method collectionToBuffer ] { - Parameters [4] { Parameter #0 [ iterable $collection ] Parameter #1 [ string $delimiter = ',' ] Parameter #2 [ string $enclosure = '"' ] Parameter #3 [ string $eolSequence = "\r\n" ] } - Return [ string ] } Method [ static public method bufferToCollection ] { - Parameters [4] { Parameter #0 [ string $buffer ] Parameter #1 [ string $delimiter = ',' ] Parameter #2 [ string $enclosure = '"' ] Parameter #3 [ string $eolSequence = "\r\n" ] } - Return [ array ] } Method [ static public method bufferToCollectionLax ] { - Parameters [4] { Parameter #0 [ string $buffer ] Parameter #1 [ string $delimiter = ',' ] Parameter #2 [ string $enclosure = '"' ] Parameter #3 [ string $eolSequence = "\r\n" ] } - Return [ array ] } } - Properties [0] { } - Methods [0] { } } } }