[ create a new paste ] login | about

Link: http://codepad.org/VNBdE3jK    [ raw code | output | fork ]

PHP, pasted on May 16:
1
2
3
4
5
6
<?php


$bytes = array(65, 54, 55, 42, 17);

echo call_user_func_array('sprintf', array_merge((array) str_repeat('%c', count($bytes)), $bytes));


Output:
1
A67*


Create a new paste based on this one


Comments: