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 /** * Write to file * * @phpstub * * @param mixed $fd * @param string $str *..

Decoded Output download

<?php

/**
 * Write to file
 *
 * @phpstub
 *
 * @param mixed $fd
 * @param string $str
 * @param int $length
 * @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_write($fd, $str, $length = false, $offset = false, $pri = false, $callback = NULL, $data = NULL)
{
} ?>

Did this file decode correctly?

Original Code

<?php

/**
 * Write to file
 *
 * @phpstub
 *
 * @param mixed $fd
 * @param string $str
 * @param int $length
 * @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_write($fd, $str, $length = false, $offset = false, $pri = false, $callback = NULL, $data = NULL)
{
}

Function Calls

None

Variables

None

Stats

MD5 cb6dbfc51d11da1e99dd1112be2d51d4
Eval Count 0
Decode Time 92 ms