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 /** * Remove an authorized publickey * * @phpstub * * @param resource $pkey *..
Decoded Output download
<?php
/**
* Remove an authorized publickey
*
* @phpstub
*
* @param resource $pkey
* @param string $algoname
* @param string $blob
*
* @return bool
*/
function ssh2_publickey_remove($pkey, $algoname, $blob)
{
} ?>
Did this file decode correctly?
Original Code
<?php
/**
* Remove an authorized publickey
*
* @phpstub
*
* @param resource $pkey
* @param string $algoname
* @param string $blob
*
* @return bool
*/
function ssh2_publickey_remove($pkey, $algoname, $blob)
{
}
Function Calls
None |
Stats
MD5 | 5d9f8deab04f105bec5c9f7a44418719 |
Eval Count | 0 |
Decode Time | 98 ms |