binarySidToString() public static méthode

Convert a binary SID to a string SID.
public static binarySidToString ( string $binSid ) : string
$binSid string A Binary SID
Résultat string
Exemple #1
0
 /**
  * Returns the model's SID.
  *
  * @return string
  */
 public function getSid()
 {
     return Utilities::binarySidToString($this->getFirstAttribute($this->schema->objectSid()));
 }