mirror of
https://github.com/moodle/moodle.git
synced 2025-04-15 05:25:08 +02:00
Merge branch '44104-27' of git://github.com/samhemelryk/moodle
This commit is contained in:
commit
a6d5288e41
@ -121,7 +121,7 @@ class XMLDBAction {
|
||||
/**
|
||||
* loadStrings method, loads the required strings specified in the
|
||||
* array parameter
|
||||
* @params array $strings
|
||||
* @param string[] $strings
|
||||
*/
|
||||
function loadStrings($strings) {
|
||||
// Load some commonly used strings
|
||||
|
@ -84,9 +84,9 @@ foreach($outcomes as $outcome) {
|
||||
* Formats and returns a line of data, in CSV format. This code
|
||||
* is from http://au2.php.net/manual/en/function.fputcsv.php#77866
|
||||
*
|
||||
* @params array-of-string $fields data to be exported
|
||||
* @params char $delimiter char to be used to separate fields
|
||||
* @params char $enclosure char used to enclose strings that contains newlines, spaces, tabs or the delimiter char itself
|
||||
* @param string[] $fields data to be exported
|
||||
* @param string $delimiter char to be used to separate fields
|
||||
* @param string $enclosure char used to enclose strings that contains newlines, spaces, tabs or the delimiter char itself
|
||||
* @returns string one line of csv data
|
||||
*/
|
||||
function format_csv($fields = array(), $delimiter = ';', $enclosure = '"') {
|
||||
|
Loading…
x
Reference in New Issue
Block a user