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 PHP-FFmpeg-Extensions library. * (c) Alexander Sharapov..

Decoded Output download

<?php
/**
 * This file is part of PHP-FFmpeg-Extensions library.
 * (c) Alexander Sharapov <[email protected]>
 * http://sharapov.biz/
 */

namespace Sharapov\FFMpegExtensions\Format;

interface VideoInterface extends \FFMpeg\Format\VideoInterface
{
    /**
     * Returns the Constant Rate Factor
     *
     * @return array
     */
    public function getConstantRateFactor();
}
 ?>

Did this file decode correctly?

Original Code

<?php
/**
 * This file is part of PHP-FFmpeg-Extensions library.
 * (c) Alexander Sharapov <[email protected]>
 * http://sharapov.biz/
 */

namespace Sharapov\FFMpegExtensions\Format;

interface VideoInterface extends \FFMpeg\Format\VideoInterface
{
    /**
     * Returns the Constant Rate Factor
     *
     * @return array
     */
    public function getConstantRateFactor();
}

Function Calls

None

Variables

None

Stats

MD5 20c4e04d747dcf1c0b6fced37a70caab
Eval Count 0
Decode Time 78 ms