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 SplTempFileObject extends \SplFileObject implements \Seekable..
Decoded Output download
<?php
/** @phpstub */
class SplTempFileObject extends \SplFileObject implements \SeekableIterator, \Iterator, \Traversable, \RecursiveIterator
{
/**
* Construct a new temporary file object
*
* @param int $max_memory
*/
public function __construct($max_memory = NULL)
{
}
} ?>
Did this file decode correctly?
Original Code
<?php
/** @phpstub */
class SplTempFileObject extends \SplFileObject implements \SeekableIterator, \Iterator, \Traversable, \RecursiveIterator
{
/**
* Construct a new temporary file object
*
* @param int $max_memory
*/
public function __construct($max_memory = NULL)
{
}
}
Function Calls
None |
Stats
MD5 | 3e7d17f578d22a5d0f6b3f41319fad75 |
Eval Count | 0 |
Decode Time | 96 ms |