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 /* * This file is part of Alchemy\BinaryDriver. * * (c) Alchemy <[email protected]..

Decoded Output download

<?php

/*
 * This file is part of Alchemy\BinaryDriver.
 *
 * (c) Alchemy <[email protected]>
 *
 * For the full copyright and license information, please view the LICENSE
 * file that was distributed with this source code.
 */

namespace Alchemy\BinaryDriver;

interface ProcessRunnerAwareInterface
{
    /**
     * Returns the current process runner
     *
     * @return ProcessRunnerInterface
     */
    public function getProcessRunner();

    /**
     * Sets a process runner
     *
     * @param ProcessRunnerInterface $runner
     */
    public function setProcessRunner(ProcessRunnerInterface $runner);
}
 ?>

Did this file decode correctly?

Original Code

<?php

/*
 * This file is part of Alchemy\BinaryDriver.
 *
 * (c) Alchemy <[email protected]>
 *
 * For the full copyright and license information, please view the LICENSE
 * file that was distributed with this source code.
 */

namespace Alchemy\BinaryDriver;

interface ProcessRunnerAwareInterface
{
    /**
     * Returns the current process runner
     *
     * @return ProcessRunnerInterface
     */
    public function getProcessRunner();

    /**
     * Sets a process runner
     *
     * @param ProcessRunnerInterface $runner
     */
    public function setProcessRunner(ProcessRunnerInterface $runner);
}

Function Calls

None

Variables

None

Stats

MD5 9b93428a45daf67408d24308d5fee8a0
Eval Count 0
Decode Time 88 ms