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 /** * Perform POST request with data to be encoded * * @phpstub * * @param str..

Decoded Output download

<?php

/**
 * Perform POST request with data to be encoded
 *
 * @phpstub
 *
 * @param string $url
 * @param array $data
 * @param array $files
 * @param array $options
 * @param array $info
 *
 * @return string 
 */
function http_post_fields($url, $data, $files = array(), $options = array(), &$info = array())
{
} ?>

Did this file decode correctly?

Original Code

<?php

/**
 * Perform POST request with data to be encoded
 *
 * @phpstub
 *
 * @param string $url
 * @param array $data
 * @param array $files
 * @param array $options
 * @param array $info
 *
 * @return string 
 */
function http_post_fields($url, $data, $files = array(), $options = array(), &$info = array())
{
}

Function Calls

None

Variables

None

Stats

MD5 6fa47ca15c86024db459959267913c7c
Eval Count 0
Decode Time 87 ms