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 /** * Writes a string into the slob object * * @phpstub * * @param int $bid *..

Decoded Output download

<?php

/**
 * Writes a string into the slob object
 *
 * @phpstub
 *
 * @param int $bid
 * @param string $content
 *
 * @return int Returns the bytes written as an integer, or false on errors.
 */
function ifxus_write_slob($bid, $content)
{
} ?>

Did this file decode correctly?

Original Code

<?php

/**
 * Writes a string into the slob object
 *
 * @phpstub
 *
 * @param int $bid
 * @param string $content
 *
 * @return int Returns the bytes written as an integer, or false on errors.
 */
function ifxus_write_slob($bid, $content)
{
}

Function Calls

None

Variables

None

Stats

MD5 8489d3f732317de1278fac12f41d2298
Eval Count 0
Decode Time 72 ms