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 /** * Sync a file segment with disk * * @phpstub * * @param mixed $fd * @para..

Decoded Output download

<?php

/**
 * Sync a file segment with disk
 *
 * @phpstub
 *
 * @param mixed $fd
 * @param int $offset
 * @param int $nbytes
 * @param int $flags
 * @param int $pri
 * @param callable $callback
 * @param mixed $data
 *
 * @return resource returns request resource on success or false on error.
 */
function eio_sync_file_range($fd, $offset, $nbytes, $flags, $pri = false, $callback = NULL, $data = NULL)
{
} ?>

Did this file decode correctly?

Original Code

<?php

/**
 * Sync a file segment with disk
 *
 * @phpstub
 *
 * @param mixed $fd
 * @param int $offset
 * @param int $nbytes
 * @param int $flags
 * @param int $pri
 * @param callable $callback
 * @param mixed $data
 *
 * @return resource returns request resource on success or false on error.
 */
function eio_sync_file_range($fd, $offset, $nbytes, $flags, $pri = false, $callback = NULL, $data = NULL)
{
}

Function Calls

None

Variables

None

Stats

MD5 e238178c2968c44686318cb3734b6d4f
Eval Count 0
Decode Time 96 ms