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 /** * Gets information about a file using an open file pointer * * @phpstub * ..

Decoded Output download

<?php

/**
 * Gets information about a file using an open file pointer
 *
 * @phpstub
 *
 * @param resource $handle
 *
 * @return array Returns an array with the statistics of the file; the format of the array
 *               is described in detail on the  manual page.
 */
function fstat($handle)
{
} ?>

Did this file decode correctly?

Original Code

<?php

/**
 * Gets information about a file using an open file pointer
 *
 * @phpstub
 *
 * @param resource $handle
 *
 * @return array Returns an array with the statistics of the file; the format of the array
 *               is described in detail on the  manual page.
 */
function fstat($handle)
{
}

Function Calls

None

Variables

None

Stats

MD5 0402d5b1c8eb5befe07f7fbb4434fb49
Eval Count 0
Decode Time 114 ms