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 /** * Checks if the trait exists * * @phpstub * * @param string $traitname * ..

Decoded Output download

<?php

/**
 * Checks if the trait exists
 *
 * @phpstub
 *
 * @param string $traitname
 * @param bool $autoload
 *
 * @return bool Returns true if trait exists, false if not, null in case of an error.
 */
function trait_exists($traitname, $autoload = NULL)
{
} ?>

Did this file decode correctly?

Original Code

<?php

/**
 * Checks if the trait exists
 *
 * @phpstub
 *
 * @param string $traitname
 * @param bool $autoload
 *
 * @return bool Returns true if trait exists, false if not, null in case of an error.
 */
function trait_exists($traitname, $autoload = NULL)
{
}

Function Calls

None

Variables

None

Stats

MD5 6896c686fdacba7997c9871edbaa5f95
Eval Count 0
Decode Time 127 ms