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 a directory * * @phpstub * * @param resource $sftp * @param stri..

Decoded Output download

<?php

/**
 * Remove a directory
 *
 * @phpstub
 *
 * @param resource $sftp
 * @param string $dirname
 *
 * @return bool 
 */
function ssh2_sftp_rmdir($sftp, $dirname)
{
} ?>

Did this file decode correctly?

Original Code

<?php

/**
 * Remove a directory
 *
 * @phpstub
 *
 * @param resource $sftp
 * @param string $dirname
 *
 * @return bool 
 */
function ssh2_sftp_rmdir($sftp, $dirname)
{
}

Function Calls

None

Variables

None

Stats

MD5 ef842acc0fa226b32340f8d784120438
Eval Count 0
Decode Time 78 ms