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 /** * Sets the default domain * * @phpstub * * @param string $text_domain * ..

Decoded Output download

<?php

/**
 * Sets the default domain
 *
 * @phpstub
 *
 * @param string $text_domain
 *
 * @return string If successful, this function returns the current message
 *                domain, after possibly changing it.
 */
function textdomain($text_domain)
{
} ?>

Did this file decode correctly?

Original Code

<?php

/**
 * Sets the default domain
 *
 * @phpstub
 *
 * @param string $text_domain
 *
 * @return string If successful, this function returns the current message
 *                domain, after possibly changing it.
 */
function textdomain($text_domain)
{
}

Function Calls

None

Variables

None

Stats

MD5 6d12c9e9d759b5cb9d317d6412e7cb29
Eval Count 0
Decode Time 198 ms