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\Filters\Video\FilterComplexOptions;

interface OptionInterface {
  public function getCommand();

  public function getZIndex();

  public function __toString();
}
 ?>

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\Filters\Video\FilterComplexOptions;

interface OptionInterface {
  public function getCommand();

  public function getZIndex();

  public function __toString();
}

Function Calls

None

Variables

None

Stats

MD5 6fe4c8476a996c25bc1e4124e0ac2b6b
Eval Count 0
Decode Time 98 ms