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 /** * Parse a configuration string * * @phpstub * * @param string $ini * @par..

Decoded Output download

<?php

/**
 * Parse a configuration string
 *
 * @phpstub
 *
 * @param string $ini
 * @param bool $process_sections
 * @param int $scanner_mode
 *
 * @return array The settings are returned as an associative ``array`` on success,
 *               and false on failure.
 */
function parse_ini_string($ini, $process_sections = false, $scanner_mode = false)
{
} ?>

Did this file decode correctly?

Original Code

<?php

/**
 * Parse a configuration string
 *
 * @phpstub
 *
 * @param string $ini
 * @param bool $process_sections
 * @param int $scanner_mode
 *
 * @return array The settings are returned as an associative ``array`` on success,
 *               and false on failure.
 */
function parse_ini_string($ini, $process_sections = false, $scanner_mode = false)
{
}

Function Calls

None

Variables

None

Stats

MD5 b84ba85d654a0d498604bd86dfe19eb1
Eval Count 0
Decode Time 83 ms