...件 XSUtil 方法明细 convertIn() 方法 public static string convertIn(string $buf) $buf string 要转换字符串 {return} string 转换后的字符串 源码: sdk/php/util/XSUtil.class.php#L95 (显示) public static function convertIn($buf){ if (self::$c...
... XSDocument 方法明细 __call() 方法 public void __call(string $name, array $args) $name string 方法名称 $args array 调用时的参数列表 (此处无用) 源码: sdk/php/lib/XSDocument.class.php#L108 (显示) public function __call($name, $args){ if ...
...述定义于 __construct() 构造函数 XSErrorException __toString() 将类对象转换成字符串 XSErrorException getCode() Exception getFile() Exception getLine() Exception getMessage() Exception getPrevious() Exception getRelPath...
fixWidth() 方法 public static string fixWidth(string $text, int $size, string $pad=' ') $text string 要修正的字符串 $size int 修正的目标宽度 $pad string 用于填充补足的字符 {return} string 源码: sdk/php/util/XSUtil.class.php#L50 (...
__toString() 方法 public string __toString() {return} string 异常的简要描述信息 源码: sdk/php/lib/XS.class.php#L149 (显示) public function __toString(){ $string = '[' . __CLASS__ . '] ' . $this->getRelPath($this->_file) . '(' . $this->_line . '): '; $string ....
__toString() 方法 public string __toString() {return} string 异常的简要描述信息 源码: sdk/php/lib/XS.class.php#L67 (显示) public function __toString(){ $string = '[' . __CLASS__ . '] ' . $this->getRelPath($this->getFile()) . '(' . $this->getLine() . '): '; $s...
... 名称描述定义于 __construct() Exception __toString() 将类对象转换成字符串 XSException getCode() Exception getFile() Exception getLine() Exception getMessage() Exception getPrevious() Exception getRelPath() ...
getOpt() 方法 public static string getOpt(string $short, string $long=NULL, bool $extra=false) $short string 短参数名 $long string 长参数名 $extra bool 是否补用默认顺序的参数 {return} string 返回可用的参数值,若不存在则返回 ...
convert() 方法 public static mixed convert(mixed $data, string $to, string $from) $data mixed 需要转换的数据, 支持 string 和 array, 数组会自动递归转换 $to string 转换后的字符集 $from string 转换前的字符集 {return} mixed 转换...
getQuery() 方法 public string getQuery(string $query=NULL) $query string 搜索语句, 若传入 null 使用默认语句 {return} string 返回解析后的搜索语句 源码: sdk/php/lib/XSSearch.class.php#L204 (显示) public function getQuery($query = null){ $quer...