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\Generic\Prototype; /** @internal this class is not part of ..
Decoded Output download
<?php
namespace Laminas\Code\Generic\Prototype;
/** @internal this class is not part of the public API of this package */
interface PrototypeGenericInterface extends PrototypeInterface
{
/**
* @param string $name
* @return void
*/
public function setName($name);
}
?>
Did this file decode correctly?
Original Code
<?php
namespace Laminas\Code\Generic\Prototype;
/** @internal this class is not part of the public API of this package */
interface PrototypeGenericInterface extends PrototypeInterface
{
/**
* @param string $name
* @return void
*/
public function setName($name);
}
Function Calls
| None |
Stats
| MD5 | fe642d6f0a3bb30ac0306cd8f4acba2d |
| Eval Count | 0 |
| Decode Time | 95 ms |