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 /** * Initialize Publickey subsystem * * @phpstub * * @param resource $session..
Decoded Output download
<?php
/**
* Initialize Publickey subsystem
*
* @phpstub
*
* @param resource $session
*
* @return resource Returns an resource for use
* with all other ssh2_publickey_*() methods.
*/
function ssh2_publickey_init($session)
{
} ?>
Did this file decode correctly?
Original Code
<?php
/**
* Initialize Publickey subsystem
*
* @phpstub
*
* @param resource $session
*
* @return resource Returns an resource for use
* with all other ssh2_publickey_*() methods.
*/
function ssh2_publickey_init($session)
{
}
Function Calls
None |
Stats
MD5 | 0bfe842e0fbd3067b610427db653bb67 |
Eval Count | 0 |
Decode Time | 69 ms |