Find this useful? Enter your email to receive occasional updates for securing PHP code.
Signing you up...
Thank you for signing up!
PHP Decode
<?php /** * Convert string from UTF-32 to UTF-16 * * @phpstub * * @param resource $p..
Decoded Output download
<?php
/**
* Convert string from UTF-32 to UTF-16
*
* @phpstub
*
* @param resource $pdfdoc
* @param string $utf32string
* @param string $ordering
*
* @return string
*/
function PDF_utf32_to_utf16($pdfdoc, $utf32string, $ordering)
{
} ?>
Did this file decode correctly?
Original Code
<?php
/**
* Convert string from UTF-32 to UTF-16
*
* @phpstub
*
* @param resource $pdfdoc
* @param string $utf32string
* @param string $ordering
*
* @return string
*/
function PDF_utf32_to_utf16($pdfdoc, $utf32string, $ordering)
{
}
Function Calls
None |
Stats
MD5 | 89db060de5d75410033c9e91d238c52f |
Eval Count | 0 |
Decode Time | 82 ms |