Esempio n. 1
0
 private static function chrbytesplit($x, $bytes)
 {
     return array_map('chr', AMQPWriter::bytesplit($x, $bytes));
 }