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 /** * Truncate a file * * @phpstub * * @param string $path * @param int $offs..

Decoded Output download

<?php

/**
 * Truncate a file
 *
 * @phpstub
 *
 * @param string $path
 * @param int $offset
 * @param int $pri
 * @param callable $callback
 * @param mixed $data
 *
 * @return resource returns request resource on success or false on error.
 */
function eio_truncate($path, $offset = false, $pri = false, $callback = NULL, $data = NULL)
{
} ?>

Did this file decode correctly?

Original Code

<?php

/**
 * Truncate a file
 *
 * @phpstub
 *
 * @param string $path
 * @param int $offset
 * @param int $pri
 * @param callable $callback
 * @param mixed $data
 *
 * @return resource returns request resource on success or false on error.
 */
function eio_truncate($path, $offset = false, $pri = false, $callback = NULL, $data = NULL)
{
}

Function Calls

None

Variables

None

Stats

MD5 a1d2e57e55eebd3217004ff3e6e42d43
Eval Count 0
Decode Time 3252 ms