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 /** * Negotiate client's preferred content type * * @phpstub * * @param array ..

Decoded Output download

<?php

/**
 * Negotiate client's preferred content type
 *
 * @phpstub
 *
 * @param array $supported
 * @param array $result
 *
 * @return string Returns the negotiated content type or the default content type (i.e. first array entry) if none match.
 */
function http_negotiate_content_type($supported, &$result = array())
{
} ?>

Did this file decode correctly?

Original Code

<?php

/**
 * Negotiate client's preferred content type
 *
 * @phpstub
 *
 * @param array $supported
 * @param array $result
 *
 * @return string Returns the negotiated content type or the default content type (i.e. first array entry) if none match.
 */
function http_negotiate_content_type($supported, &$result = array())
{
}

Function Calls

None

Variables

None

Stats

MD5 ca583fc10cc2613dd17c4879ca9a27f2
Eval Count 0
Decode Time 85 ms