querySetTo() public method

public querySetTo ( string $to, string $ns, string $xml, callable $cb ) : boolean
$to string
$ns string
$xml string
$cb callable
return boolean
コード例 #1
0
ファイル: XMPPRoster.php プロジェクト: cobolbaby/phpdaemon
 /**
  * @TODO
  * @param  string   $xml
  * @param  callable $cb
  * @callback $cb ( )
  */
 public function rosterSet($xml, $cb = null)
 {
     $this->xmpp->querySetTo($this->xmpp->fulljid, $this->ns, $xml, $cb);
 }