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 /** * Returns the system type identifier of the remote FTP server * * @phpstub ..

Decoded Output download

<?php

/**
 * Returns the system type identifier of the remote FTP server
 *
 * @phpstub
 *
 * @param resource $ftp_stream
 *
 * @return string Returns the remote system type, or false on error.
 */
function ftp_systype($ftp_stream)
{
} ?>

Did this file decode correctly?

Original Code

<?php

/**
 * Returns the system type identifier of the remote FTP server
 *
 * @phpstub
 *
 * @param resource $ftp_stream
 *
 * @return string Returns the remote system type, or false on error.
 */
function ftp_systype($ftp_stream)
{
}

Function Calls

None

Variables

None

Stats

MD5 ad363939e7a484ecc5725e89fe3721a8
Eval Count 0
Decode Time 91 ms