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 Pagekit\Auth\Handler; interface HandlerInterface { /** * Gets t..

Decoded Output download

<?php

namespace Pagekit\Auth\Handler;

interface HandlerInterface
{
    /**
     * Gets the current user.
     *
     * @return int|null
     */
    public function read();

    /**
     * Sets the current user.
     *
     * @param  int  $user
     * @param  bool $remember
     */
    public function write($user, $remember = false);

    /**
     * Removes the user.
     *
     * @param UserInterface
     */
    public function destroy();
}
 ?>

Did this file decode correctly?

Original Code

<?php

namespace Pagekit\Auth\Handler;

interface HandlerInterface
{
    /**
     * Gets the current user.
     *
     * @return int|null
     */
    public function read();

    /**
     * Sets the current user.
     *
     * @param  int  $user
     * @param  bool $remember
     */
    public function write($user, $remember = false);

    /**
     * Removes the user.
     *
     * @param UserInterface
     */
    public function destroy();
}

Function Calls

None

Variables

None

Stats

MD5 2d27dad2d60369265207334d60f3ed3b
Eval Count 0
Decode Time 78 ms