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 /** * Binary-safe file write * * @phpstub * * @param resource $handle * @para..

Decoded Output download

<?php

/**
 * Binary-safe file write
 *
 * @phpstub
 *
 * @param resource $handle
 * @param string $string
 * @param int $length
 *
 * @return int
 */
function fwrite($handle, $string, $length = NULL)
{
}

/**
 * Binary-safe file write
 *
 * @phpstub-alias-of fwrite
 * @phpstub
 *
 * @param resource $handle
 * @param string $string
 * @param int $length
 *
 * @return int
 */
function fputs($handle, $string, $length = NULL)
{
} ?>

Did this file decode correctly?

Original Code

<?php

/**
 * Binary-safe file write
 *
 * @phpstub
 *
 * @param resource $handle
 * @param string $string
 * @param int $length
 *
 * @return int
 */
function fwrite($handle, $string, $length = NULL)
{
}

/**
 * Binary-safe file write
 *
 * @phpstub-alias-of fwrite
 * @phpstub
 *
 * @param resource $handle
 * @param string $string
 * @param int $length
 *
 * @return int
 */
function fputs($handle, $string, $length = NULL)
{
}

Function Calls

None

Variables

None

Stats

MD5 c3df9f5210a75da05dba199a126771f3
Eval Count 0
Decode Time 93 ms