JAVASCRIPT
CSS
PHP
3rd-Party Scripts
UPLOAD YOUR SCRIPT
Search
Recent Searches
contact form safe from form relay spam "
Fluminense
">
Use mod_gzip in your PHP files
html.php
Google
"printfire "
Convert string to underscore_name
server
Automatically Create a Page Index
Rate this script:
I Love it
/
I Hate it
hex2string
Code
<?php
function
hex2string
(
$hex
)
{
$string
=
NULL
;
$hex
=
str_replace
(
array
(
"
\n
"
,
"
\r
"
)
,
""
,
$hex
)
;
for
(
$i
=
0
;
$i
<
$strlen
(
$hex
)
;
$i
++
)
{
$string
.=
chr
(
hexdec
(
substr
(
$hex
,
$i
,
2
)
)
)
;
}
return
$string
;
}
?>
hex2string scripts
|
hex2string snippet
|
hex2string example
|
hex2string tutorial
|
hex2string code