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 /** * Gets all principals from the Kerberos database * * @phpstub * * @param r..
Decoded Output download
<?php
/**
* Gets all principals from the Kerberos database
*
* @phpstub
*
* @param resource $handle
*
* @return array Returns array of principals on success.
*/
function kadm5_get_principals($handle)
{
} ?>
Did this file decode correctly?
Original Code
<?php
/**
* Gets all principals from the Kerberos database
*
* @phpstub
*
* @param resource $handle
*
* @return array Returns array of principals on success.
*/
function kadm5_get_principals($handle)
{
}
Function Calls
None |
Stats
MD5 | b3035142b79cde9deb596c4bf31bc8e6 |
Eval Count | 0 |
Decode Time | 99 ms |