Changeset 21479 for branches/version-2_12-dev/data/class/util/GC_Utils.php
- Timestamp:
- 2012/02/11 04:20:07 (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/version-2_12-dev/data/class/util/GC_Utils.php
r21446 r21479 39 39 * [注釈] 引数は1,2ともカンマ区切りになっていること 40 40 *----------------------------------------------------------------------*/ 41 function gfDownloadCsv($header, $contents) {41 function gfDownloadCsv($header, $contents) { 42 42 43 43 $fiest_name = date('YmdHis') .".csv"; … … 65 65 * [注釈] - 66 66 *----------------------------------------------------------------------*/ 67 function gfSetCsv($array, $arrayIndex = "") {67 function gfSetCsv($array, $arrayIndex = "") { 68 68 //引数$arrayIndexは、$arrayが連想配列のときに添え字を指定してやるために使用する 69 69 … … 94 94 * [注釈] - 95 95 *----------------------------------------------------------------------*/ 96 function gfGetAge($dbdate) 97 { 96 function gfGetAge($dbdate) { 98 97 $ty = date('Y'); 99 98 $tm = date('m');
Note: See TracChangeset
for help on using the changeset viewer.
