My favorites | Sign in
Project Home Downloads Wiki Issues Source
Search
for
settings  
Updated Feb 4, 2010 by kazu....@gmail.com

Method:settings

settings alterator

lets you define different settings for scanning

Given array will override the internal settings

$settings = array(
'delimiter' => ',',
'eol' => ";",
'length' => 999999,
'escape' => '"'
);
  1. Argument mixed $array containing settings to use
  • Visibility public
  • Returns boolean true if changes where applyed successfully
  • Also see $settings

Sign in to add a comment
Powered by Google Project Hosting