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 a logical string to a visual one * * @phpstub * * @param string ..
Decoded Output download
<?php
/**
* Convert a logical string to a visual one
*
* @phpstub
*
* @param string $str
* @param string $direction
* @param int $charset
*
* @return string Returns the visual string on success.
*/
function fribidi_log2vis($str, $direction, $charset)
{
} ?>
Did this file decode correctly?
Original Code
<?php
/**
* Convert a logical string to a visual one
*
* @phpstub
*
* @param string $str
* @param string $direction
* @param int $charset
*
* @return string Returns the visual string on success.
*/
function fribidi_log2vis($str, $direction, $charset)
{
}
Function Calls
None |
Stats
MD5 | fe32e6df7b7ffdd97c92664c2a82e3e9 |
Eval Count | 0 |
Decode Time | 72 ms |