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 /** @phpstub */ class SWFVideoStream { /** * Returns a SWFVideoStream obje..

Decoded Output download

<?php

/** @phpstub */
class SWFVideoStream
{
    /**
     * Returns a SWFVideoStream object
     *
     * @param string $file
     */
    public function __construct($file = NULL)
    {
    }

    /**
     * Returns the number of frames in the video
     *
     * @return int Returns the number of frames, as an integer
     */
    public function getNumFrames()
    {
    }

    /**
     * Sets video dimension
     *
     * @param int $x
     * @param int $y
     *
     * @return void 
     */
    public function setDimension($x, $y)
    {
    }
} ?>

Did this file decode correctly?

Original Code

<?php

/** @phpstub */
class SWFVideoStream
{
    /**
     * Returns a SWFVideoStream object
     *
     * @param string $file
     */
    public function __construct($file = NULL)
    {
    }

    /**
     * Returns the number of frames in the video
     *
     * @return int Returns the number of frames, as an integer
     */
    public function getNumFrames()
    {
    }

    /**
     * Sets video dimension
     *
     * @param int $x
     * @param int $y
     *
     * @return void 
     */
    public function setDimension($x, $y)
    {
    }
}

Function Calls

None

Variables

None

Stats

MD5 01cbd6a878b7716be863b0df1fb7cfd7
Eval Count 0
Decode Time 85 ms