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 /** * Returns an array of all declared interfaces * * @phpstub * * @return arr..

Decoded Output download

<?php

/**
 * Returns an array of all declared interfaces
 *
 * @phpstub
 *
 * @return array Returns an array of the names of the declared interfaces in the current
 *               script.
 */
function get_declared_interfaces()
{
} ?>

Did this file decode correctly?

Original Code

<?php

/**
 * Returns an array of all declared interfaces
 *
 * @phpstub
 *
 * @return array Returns an array of the names of the declared interfaces in the current
 *               script.
 */
function get_declared_interfaces()
{
}

Function Calls

None

Variables

None

Stats

MD5 6da081ab930258fa1952986856df9218
Eval Count 0
Decode Time 116 ms