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 /** @generate-function-entries */ namespace SimpleKafkaClient\Metadata; class Bro..
Decoded Output download
<?php
/** @generate-function-entries */
namespace SimpleKafkaClient\Metadata;
class Broker
{
public function getId(): int {}
public function getHost(): string {}
public function getPort(): int {}
}
?>
Did this file decode correctly?
Original Code
<?php
/** @generate-function-entries */
namespace SimpleKafkaClient\Metadata;
class Broker
{
public function getId(): int {}
public function getHost(): string {}
public function getPort(): int {}
}
Function Calls
None |
Stats
MD5 | d7f98fd0a73841085811d6fd3a378239 |
Eval Count | 0 |
Decode Time | 98 ms |