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 namespace Illuminate\Session; interface ExistenceAwareInterface { /** * S..

Decoded Output download

<?php

namespace Illuminate\Session;

interface ExistenceAwareInterface
{
    /**
     * Set the existence state for the session.
     *
     * @param  bool  $value
     * @return \SessionHandlerInterface
     */
    public function setExists($value);
}
 ?>

Did this file decode correctly?

Original Code

<?php

namespace Illuminate\Session;

interface ExistenceAwareInterface
{
    /**
     * Set the existence state for the session.
     *
     * @param  bool  $value
     * @return \SessionHandlerInterface
     */
    public function setExists($value);
}

Function Calls

None

Variables

None

Stats

MD5 bf03b09372d191b109ad81c92d53399f
Eval Count 0
Decode Time 88 ms