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 /** * Stat a file on a remote filesystem * * @phpstub * * @param resource $sft..

Decoded Output download

<?php

/**
 * Stat a file on a remote filesystem
 *
 * @phpstub
 *
 * @param resource $sftp
 * @param string $path
 *
 * @return array See the documentation for  for details on the
 *               values which may be returned.
 */
function ssh2_sftp_stat($sftp, $path)
{
} ?>

Did this file decode correctly?

Original Code

<?php

/**
 * Stat a file on a remote filesystem
 *
 * @phpstub
 *
 * @param resource $sftp
 * @param string $path
 *
 * @return array See the documentation for  for details on the
 *               values which may be returned.
 */
function ssh2_sftp_stat($sftp, $path)
{
}

Function Calls

None

Variables

None

Stats

MD5 37d235352ec15e99902095958e5c6fcc
Eval Count 0
Decode Time 83 ms