CLASS_SECCODE::secDo PHP Method

secDo() public method

对外生成
public secDo ( )
    public function secDo()
    {
        $this->createCode();
        $this->createBg();
        $this->createLine();
        $this->createFont();
        $this->secOutput();
        fn_session("seccode", "mk", strtolower($this->code));
    }

Usage Example

Example #1
0
 function ctl_make()
 {
     $obj_seccode = new CLASS_SECCODE();
     $obj_seccode->secSet();
     $obj_seccode->secDo();
 }