搜索

大约有 20 项符合查询结果, 库内数据总量为 3,513 项。 (搜索耗时:0.3931秒)

1.XSUtil::convertOut

... public static string convertOut(string $buf) $buf string 要转换符串 {return} string 转换后的符串 源码: sdk/php/util/XSUtil.class.php#L82 (显示) public static function convertOut($buf){ if (self::$charset !== null) { return XS::convert($buf, self::...

2.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::$charset !== null) { return XS::convert($buf, 'UTF-8'...

3.XSUtil

...法 名称描述定义于 convertIn() 把用户输入的符串转换为 UTF-8 编码 XSUtil convertOut() 把 UTF-8 符串转换为用户编码 XSUtil copyDir() 拷贝一个目录及其子目录文件 XSUtil fixWidth() 修正符串至固定宽度 ...

4.XSUtil::fixWidth

...string $text, int $size, string $pad=' ') $text string 要修正的符串 $size int 修正的目标宽度 $pad string 用于填充补足的字符 {return} string 源码: sdk/php/util/XSUtil.class.php#L50 (显示) public static function fixWidth($text, $size, ...

5.XSCommand

...与服务端交互的最基本单位, 命令对象可自动转换为通讯符串, 命令结构参见 C 代码中的 struct xs_cmd 定义, 头部长度为 8字节. Public 属性 隐去继承来的属性 名称类型描述定义于 arg int 获取属性 arg 的值 XSCom...

6.XSCommand::__toString

...public string __toString() {return} string 用于服务端交互的符串 源码: sdk/php/lib/XSServer.class.php#L83 (显示) public function __toString(){ if (strlen($this->buf1) > 0xff) { $this->buf1 = substr($this->buf1, 0, 0xff); } return pack('CCCCI', $this->cmd,...

7.XSServer::write

...ted void write(string $buf, string $len=0) $buf string 要写入的符串 $len string 要写入的长度, 默认为符串长度 源码: sdk/php/lib/XSServer.class.php#L368 (显示) protected function write($buf, $len = 0){ // quick return for empty buf $buf = strval(...

8.XSCommand::__construct

...义视不同 CMD 而确定, 常用于存储 value no $buf string 符串内容, 最大长度为 2GB $buf1 string 符串内容1, 最大长度为 255字节 源码: sdk/php/lib/XSServer.class.php#L62 (显示) public function __construct($cmd, $arg1 = 0, $arg2 = 0, $buf = '', $...

9.XSErrorException

... 构造函数 XSErrorException __toString() 将类对象转换成符串 XSErrorException getCode() Exception getFile() Exception getLine() Exception getMessage() Exception getPrevious() Exception getRelPath() 取得相对当前的文...

10.XSServer.connString

connString 属性 只读 public string getConnString() 连接符串

12
  • 时间不限
  • 按相关性排序