Пример #1
0
 /**
  */
 function write($data, $key)
 {
     return Secret::write($key, $data);
 }
Пример #2
0
 /**
  */
 function write($data, $key)
 {
     return bin2hex(Secret::write($key, $data));
 }