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 RecursiveDirectoryIterator extends \FilesystemIterator implem..

Decoded Output download

<?php

/** @phpstub */
class RecursiveDirectoryIterator extends \FilesystemIterator implements \Traversable, \Iterator, \SeekableIterator, \RecursiveIterator
{
    /**
     * Constructs a RecursiveDirectoryIterator
     *
     * @param string $path
     * @param int $flags
     */
    public function __construct($path, $flags = false)
    {
    }

    /**
     * Returns an iterator for the current entry if it is a directory
     *
     * @return mixed The filename, file information, or $this depending on the set flags.
     *               See the .
     */
    public function getChildren()
    {
    }

    /**
     * Get sub path
     *
     * @return string The sub path (sub directory).
     */
    public function getSubPath()
    {
    }

    /**
     * Get sub path and name
     *
     * @return string The sub path (sub directory) and filename.
     */
    public function getSubPathname()
    {
    }

    /**
     * Returns whether current entry is a directory and not '.' or '..'
     *
     * @param bool $allow_links
     *
     * @return bool Returns whether the current entry is a directory, but not '.' or '..'
     */
    public function hasChildren($allow_links = false)
    {
    }

    /**
     * Return path and filename of current dir entry
     *
     * @return string The path and filename of the current dir entry.
     */
    public function key()
    {
    }

    /**
     * Move to next entry
     *
     * @return void 
     */
    public function next()
    {
    }

    /**
     * Rewind dir back to the start
     *
     * @return void 
     */
    public function rewind()
    {
    }
} ?>

Did this file decode correctly?

Original Code

<?php

/** @phpstub */
class RecursiveDirectoryIterator extends \FilesystemIterator implements \Traversable, \Iterator, \SeekableIterator, \RecursiveIterator
{
    /**
     * Constructs a RecursiveDirectoryIterator
     *
     * @param string $path
     * @param int $flags
     */
    public function __construct($path, $flags = false)
    {
    }

    /**
     * Returns an iterator for the current entry if it is a directory
     *
     * @return mixed The filename, file information, or $this depending on the set flags.
     *               See the .
     */
    public function getChildren()
    {
    }

    /**
     * Get sub path
     *
     * @return string The sub path (sub directory).
     */
    public function getSubPath()
    {
    }

    /**
     * Get sub path and name
     *
     * @return string The sub path (sub directory) and filename.
     */
    public function getSubPathname()
    {
    }

    /**
     * Returns whether current entry is a directory and not '.' or '..'
     *
     * @param bool $allow_links
     *
     * @return bool Returns whether the current entry is a directory, but not '.' or '..'
     */
    public function hasChildren($allow_links = false)
    {
    }

    /**
     * Return path and filename of current dir entry
     *
     * @return string The path and filename of the current dir entry.
     */
    public function key()
    {
    }

    /**
     * Move to next entry
     *
     * @return void 
     */
    public function next()
    {
    }

    /**
     * Rewind dir back to the start
     *
     * @return void 
     */
    public function rewind()
    {
    }
}

Function Calls

None

Variables

None

Stats

MD5 37ee02c002173a1c651bc21b9d70afda
Eval Count 0
Decode Time 94 ms