[ Index ]

PHP Cross Reference of Unnamed Project

title

Body

[close]

/lib/spout/src/Spout/Common/Escaper/ -> CSV.php (summary)

(no description)

File Size: 38 lines (1 kb)
Included or required:0 times
Referenced: 0 times
Includes or requires: 0 files

Defines 1 class

CSV:: (2 methods):
  escape()
  unescape()


Class: CSV  - X-Ref

Class CSV
Provides functions to escape and unescape data for CSV files

escape($string)   X-Ref
Escapes the given string to make it compatible with CSV

param: string $string The string to escape
return: string The escaped string

unescape($string)   X-Ref
Unescapes the given string to make it compatible with CSV

param: string $string The string to unescape
return: string The unescaped string



Generated: Thu Aug 11 10:00:09 2016 Cross-referenced by PHPXref 0.7.1