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 a formatted string to a stream * * @phpstub-variable-parameters * @..

Decoded Output download

<?php

/**
 * Write a formatted string to a stream
 *
 * @phpstub-variable-parameters
 * @phpstub
 *
 * @param resource $handle
 * @param string $format
 * @param mixed $args
 * @param mixed $_
 *
 * @return int Returns the length of the string written.
 */
function fprintf($handle, $format, $args = NULL, $_ = NULL)
{
} ?>

Did this file decode correctly?

Original Code

<?php

/**
 * Write a formatted string to a stream
 *
 * @phpstub-variable-parameters
 * @phpstub
 *
 * @param resource $handle
 * @param string $format
 * @param mixed $args
 * @param mixed $_
 *
 * @return int Returns the length of the string written.
 */
function fprintf($handle, $format, $args = NULL, $_ = NULL)
{
}

Function Calls

None

Variables

None

Stats

MD5 9ac6ac50563a4e5aeb7784e4513e11b1
Eval Count 0
Decode Time 79 ms