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 string to a file * * @phpstub * * @param string $filename * @pa..

Decoded Output download

<?php

/**
 * Write a string to a file
 *
 * @phpstub
 *
 * @param string $filename
 * @param mixed $data
 * @param int $flags
 * @param resource $context
 *
 * @return int This function returns the number of bytes that were written to the file, or
 *             false on failure.
 */
function file_put_contents($filename, $data, $flags = false, $context = NULL)
{
} ?>

Did this file decode correctly?

Original Code

<?php

/**
 * Write a string to a file
 *
 * @phpstub
 *
 * @param string $filename
 * @param mixed $data
 * @param int $flags
 * @param resource $context
 *
 * @return int This function returns the number of bytes that were written to the file, or
 *             false on failure.
 */
function file_put_contents($filename, $data, $flags = false, $context = NULL)
{
}

Function Calls

None

Variables

None

Stats

MD5 81a7c249e78d20ba55809ef76135ab0e
Eval Count 0
Decode Time 86 ms