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 /** * Deletes a kerberos principal * * @phpstub * * @param resource $handle *..

Decoded Output download

<?php

/**
 * Deletes a kerberos principal
 *
 * @phpstub
 *
 * @param resource $handle
 * @param string $principal
 *
 * @return bool 
 */
function kadm5_delete_principal($handle, $principal)
{
} ?>

Did this file decode correctly?

Original Code

<?php

/**
 * Deletes a kerberos principal
 *
 * @phpstub
 *
 * @param resource $handle
 * @param string $principal
 *
 * @return bool 
 */
function kadm5_delete_principal($handle, $principal)
{
}

Function Calls

None

Variables

None

Stats

MD5 f814b101cda9c4945094498d36e7a381
Eval Count 0
Decode Time 87 ms