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 /** * Loads a PHP extension at runtime * * @phpstub * * @param string $library..

Decoded Output download

<?php

/**
 * Loads a PHP extension at runtime
 *
 * @phpstub
 *
 * @param string $library
 *
 * @return bool If the functionality of loading modules is not available
 *              or has been disabled (either by setting
 *              off or by enabling safemode
 *              in ) an  is emitted
 *              and execution is stopped. If  fails because the
 *              specified library couldn't be loaded, in addition to false an
 *              message is emitted.
 */
function dl($library)
{
} ?>

Did this file decode correctly?

Original Code

<?php

/**
 * Loads a PHP extension at runtime
 *
 * @phpstub
 *
 * @param string $library
 *
 * @return bool If the functionality of loading modules is not available
 *              or has been disabled (either by setting
 *              off or by enabling safemode
 *              in ) an  is emitted
 *              and execution is stopped. If  fails because the
 *              specified library couldn't be loaded, in addition to false an
 *              message is emitted.
 */
function dl($library)
{
}

Function Calls

None

Variables

None

Stats

MD5 d41e02550335d21a07f9146df2a2373c
Eval Count 0
Decode Time 95 ms