Searched refs:bin_string (Results 1 – 1 of 1) sorted by relevance
214 * @param string $bin_string (raw binary)218 public static function hexEncode(string $bin_string): string argument220 return Hex::encode($bin_string);240 * @param string $bin_string (raw binary)244 public static function hexEncodeUpper(string $bin_string): string argument246 return Hex::encodeUpper($bin_string);253 * @param string $bin_string (raw binary)256 public static function hexDecodeUpper(string $bin_string): string argument258 return Hex::decode($bin_string);