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