binarySidToString() public static method

Convert a binary SID to a string SID.
public static binarySidToString ( string $binSid ) : string
$binSid string A Binary SID
return string
示例#1
0
文件: Entry.php 项目: adldap2/adldap2
 /**
  * Returns the model's SID.
  *
  * @return string
  */
 public function getSid()
 {
     return Utilities::binarySidToString($this->getFirstAttribute($this->schema->objectSid()));
 }