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 declare(strict_types=1); namespace EasyWeChat\Pay\Contracts; use EasyWeChat\Kerne..
Decoded Output download
<?php
declare(strict_types=1);
namespace EasyWeChat\Pay\Contracts;
use EasyWeChat\Kernel\Support\PrivateKey;
use EasyWeChat\Kernel\Support\PublicKey;
interface Merchant
{
public function getMerchantId(): int;
public function getPrivateKey(): PrivateKey;
public function getSecretKey(): string;
public function getV2SecretKey(): ?string;
public function getCertificate(): PublicKey;
public function getPlatformCert(string $serial): ?PublicKey;
}
?>
Did this file decode correctly?
Original Code
<?php
declare(strict_types=1);
namespace EasyWeChat\Pay\Contracts;
use EasyWeChat\Kernel\Support\PrivateKey;
use EasyWeChat\Kernel\Support\PublicKey;
interface Merchant
{
public function getMerchantId(): int;
public function getPrivateKey(): PrivateKey;
public function getSecretKey(): string;
public function getV2SecretKey(): ?string;
public function getCertificate(): PublicKey;
public function getPlatformCert(string $serial): ?PublicKey;
}
Function Calls
None |
Stats
MD5 | f5485feb29e11023c97693225eaf5768 |
Eval Count | 0 |
Decode Time | 86 ms |