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 logical Hebrew text to visual text with newline conversion * * @ph..

Decoded Output download

<?php

/**
 * Convert logical Hebrew text to visual text with newline conversion
 *
 * @phpstub
 *
 * @param string $hebrew_text
 * @param int $max_chars_per_line
 *
 * @return string Returns the visual string.
 */
function hebrevc($hebrew_text, $max_chars_per_line = false)
{
} ?>

Did this file decode correctly?

Original Code

<?php

/**
 * Convert logical Hebrew text to visual text with newline conversion
 *
 * @phpstub
 *
 * @param string $hebrew_text
 * @param int $max_chars_per_line
 *
 * @return string Returns the visual string.
 */
function hebrevc($hebrew_text, $max_chars_per_line = false)
{
}

Function Calls

None

Variables

None

Stats

MD5 fc62742c3388b50f8a9068cd34a34abc
Eval Count 0
Decode Time 84 ms