Ignore:
Timestamp:
2007/08/01 23:44:48 (19 years ago)
Author:
naka
Message:

ペイジェント決済モジュール

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/feature-module-paygent/data/class/SC_FormParam.php

    r11460 r15162  
    321321     
    322322    // ¥­¡¼Ì¾¤È°ìÃפ·¤¿ÃͤòÊÖ¤¹ 
    323     function getValue($keyname) { 
     323    function getValue($keyname, $conv = "") { 
    324324        $cnt = 0; 
    325325        foreach($this->keyname as $val) { 
     
    330330            $cnt++; 
    331331        } 
    332         return $ret; 
     332         
     333        if($conv != "") { 
     334            return mb_convert_kana($ret ,$conv); 
     335        } else { 
     336            return $ret;             
     337        }        
    333338    } 
    334339     
Note: See TracChangeset for help on using the changeset viewer.