IpnListener::fsockPost()
Method: Post Back Using fsockopen()
IpnListener::fsockPost Read More »
Method: Post Back Using fsockopen()
IpnListener::fsockPost Read More »
Method: Post Back Using cURL
IpnListener::curlPost Read More »
Method: getCollection Returns a Illuminate/Collection object This may prove to be helpful to people who want to create macros, and or use map functions
Csv::getCollection Read More »
Method: No description found
Csv::_guess_delimiter Read More »
Method: Support for Excel-compatible sep=? row.
Csv::_detect_and_remove_sep_row_from_data Read More »
Method: Detect separator using a nonstandard hack: such file starts with the first line containing only “sep=;”, where the last character is the separator. Microsoft Excel is able to open such files.
Csv::_get_delimiter_from_sep_row Read More »
Method: Check if passed info might be delimiter Only used by find_delimiter
Method: Enclose values if needed – only used by unparse()
Csv::_enclose_value Read More »
Method: Validates if the row is within the offset or not if sorting is disabled
Csv::_validate_offset Read More »
Method: Validate a row against a single condition
Csv::_validate_row_condition Read More »
Method: Validate a row against specified conditions
Csv::_validate_row_conditions Read More »
Method: Load local file or string.
Method: No description found
Csv::_validate_fields_for_unparse Read More »
Method: Create CSV data string from array
Method: Internal function to parse CSV strings to arrays.
Csv::_parse_string Read More »
Method: Parse File Read file to string and call _parse_string()
Method: Get total number of data rows (exclusive heading line if present) in CSV without parsing the whole data string.
Csv::getTotalDataRowCount Read More »