示例#1
0
 function __construct($value = null)
 {
     $this->letters = range('A', 'Z');
     $this->digits = range(1, 9);
     parent::__construct($value);
 }
示例#2
0
 function __construct()
 {
     parent::__construct();
 }
示例#3
0
文件: url.inc.php 项目: tv13/bambitav
 function __construct($value = null)
 {
     $this->auto_protocol = true;
     parent::__construct($value);
 }