1--TEST-- 2bin2hex(); function test 3--CREDITS-- 4marcosptf - <marcosptf@yahoo.com.br> 5#phptestfest PHPSP on Google - Sao Paulo - Brazil - 2014-06-05 6--FILE-- 7<?php 8echo bin2hex("123456"); 9?> 10--EXPECT-- 11313233343536 12