/**
  * Check settings
  *
  * @return mixed true or  or a PEAR error object on error
  *
  * @see PEAR::isError()
  */
 function __construct()
 {
     parent::__construct();
 }
示例#2
0
文件: GD1.php 项目: joeymetal/v1
 /**
  * Check settings
  *
  * @return mixed true or  or a PEAR error object on error
  *
  * @see PEAR::isError()
  */
 function __construct()
 {
     parent::__construct();
 } // End function Image