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-8 to UTF-16 * * @phpstub * * @param resource $pd..

Decoded Output download

<?php

/**
 * Convert string from UTF-8 to UTF-16
 *
 * @phpstub
 *
 * @param resource $pdfdoc
 * @param string $utf8string
 * @param string $ordering
 *
 * @return string
 */
function PDF_utf8_to_utf16($pdfdoc, $utf8string, $ordering)
{
} ?>

Did this file decode correctly?

Original Code

<?php

/**
 * Convert string from UTF-8 to UTF-16
 *
 * @phpstub
 *
 * @param resource $pdfdoc
 * @param string $utf8string
 * @param string $ordering
 *
 * @return string
 */
function PDF_utf8_to_utf16($pdfdoc, $utf8string, $ordering)
{
}

Function Calls

None

Variables

None

Stats

MD5 4e4dd3a39d572c5c33b54946c978467a
Eval Count 0
Decode Time 80 ms