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 /** * Return list of negotiated methods * * @phpstub * * @param resource $sess..
Decoded Output download
<?php
/**
* Return list of negotiated methods
*
* @phpstub
*
* @param resource $session
*
* @return array
*/
function ssh2_methods_negotiated($session)
{
} ?>
Did this file decode correctly?
Original Code
<?php
/**
* Return list of negotiated methods
*
* @phpstub
*
* @param resource $session
*
* @return array
*/
function ssh2_methods_negotiated($session)
{
}
Function Calls
None |
Stats
MD5 | b5b1dc4982e1d211e3bb00409ca4f6eb |
Eval Count | 0 |
Decode Time | 107 ms |