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 /** * Embeds binary IPTC data into a JPEG image * * @phpstub * * @param string..

Decoded Output download

<?php

/**
 * Embeds binary IPTC data into a JPEG image
 *
 * @phpstub
 *
 * @param string $iptcdata
 * @param string $jpeg_file_name
 * @param int $spool
 *
 * @return mixed If success and spool flag is lower than 2 then the JPEG will not be
 *               returned as a string, false on errors.
 */
function iptcembed($iptcdata, $jpeg_file_name, $spool = NULL)
{
} ?>

Did this file decode correctly?

Original Code

<?php

/**
 * Embeds binary IPTC data into a JPEG image
 *
 * @phpstub
 *
 * @param string $iptcdata
 * @param string $jpeg_file_name
 * @param int $spool
 *
 * @return mixed If success and spool flag is lower than 2 then the JPEG will not be
 *               returned as a string, false on errors.
 */
function iptcembed($iptcdata, $jpeg_file_name, $spool = NULL)
{
}

Function Calls

None

Variables

None

Stats

MD5 3f46a5cdafc9bd1bcc77ef4389525d9c
Eval Count 0
Decode Time 77 ms