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 Laminas\Code\Generator; interface GeneratorInterface { /** @return s..

Decoded Output download

<?php

namespace Laminas\Code\Generator;

interface GeneratorInterface
{
    /** @return string */
    public function generate();
}
 ?>

Did this file decode correctly?

Original Code

<?php

namespace Laminas\Code\Generator;

interface GeneratorInterface
{
    /** @return string */
    public function generate();
}

Function Calls

None

Variables

None

Stats

MD5 0d48f225f04ab82f6596467c56d7aafb
Eval Count 0
Decode Time 84 ms