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\Installer\Package; interface PackageInterface extends \JsonSeria..

Decoded Output download

<?php

namespace Pagekit\Installer\Package;

interface PackageInterface extends \JsonSerializable
{
    /**
     * Gets a package value.
     *
     * @param  string $key
     * @param  mixed  $default
     * @return mixed
     */
    public function get($key, $default = null);

    /**
     * Gets a package value.
     *
     * @param string $key
     * @param mixed  $value
     */
    public function set($key, $value);

    /**
     * Gets the name.
     *
     * @return string
     */
    public function getName();

    /**
     * Gets the type.
     *
     * @return string
     */
    public function getType();
}
 ?>

Did this file decode correctly?

Original Code

<?php

namespace Pagekit\Installer\Package;

interface PackageInterface extends \JsonSerializable
{
    /**
     * Gets a package value.
     *
     * @param  string $key
     * @param  mixed  $default
     * @return mixed
     */
    public function get($key, $default = null);

    /**
     * Gets a package value.
     *
     * @param string $key
     * @param mixed  $value
     */
    public function set($key, $value);

    /**
     * Gets the name.
     *
     * @return string
     */
    public function getName();

    /**
     * Gets the type.
     *
     * @return string
     */
    public function getType();
}

Function Calls

None

Variables

None

Stats

MD5 d620389536eed2b1398bae4d870e9876
Eval Count 0
Decode Time 90 ms