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 DOMNodelist implements \Traversable { /** @var int */ ..

Decoded Output download

<?php

/** @phpstub */
class DOMNodelist implements \Traversable
{
    /** @var int */
    public $length;

    /**
     * 
       Retrieves a node specified by index
      
     *
     * @param int $index
     *
     * @return DOMNode The node at the th position in the
     *                 ``DOMNodeList``, or null if that is not a valid
     *                 index.
     */
    public function item($index)
    {
    }
} ?>

Did this file decode correctly?

Original Code

<?php

/** @phpstub */
class DOMNodelist implements \Traversable
{
    /** @var int */
    public $length;

    /**
     * 
       Retrieves a node specified by index
      
     *
     * @param int $index
     *
     * @return DOMNode The node at the th position in the
     *                 ``DOMNodeList``, or null if that is not a valid
     *                 index.
     */
    public function item($index)
    {
    }
}

Function Calls

None

Variables

None

Stats

MD5 b6af35a3da6a5765088c58981fda6a5b
Eval Count 0
Decode Time 109 ms