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 /** * Stubs for uploadprogress extension * @link https://pecl.php.net/package/uplo..

Decoded Output download

<?php
/**
 * Stubs for uploadprogress extension
 * @link https://pecl.php.net/package/uploadprogress
 */

/**
 * @param string $identifier
 * @param string $fieldname
 * @param int $maxlen
 * @return string|null
 * @since PECL uploadprogress >= 0.9.0
 */
function uploadprogress_get_contents(string $identifier, string $fieldname, int $maxlen = -1): ?string {}

/**
 * @param string $identifier
 * @return array|null
 * @since PECL uploadprogress >= 0.3.0
 */
function uploadprogress_get_info(string $identifier): ?array {}
 ?>

Did this file decode correctly?

Original Code

<?php
/**
 * Stubs for uploadprogress extension
 * @link https://pecl.php.net/package/uploadprogress
 */

/**
 * @param string $identifier
 * @param string $fieldname
 * @param int $maxlen
 * @return string|null
 * @since PECL uploadprogress >= 0.9.0
 */
function uploadprogress_get_contents(string $identifier, string $fieldname, int $maxlen = -1): ?string {}

/**
 * @param string $identifier
 * @return array|null
 * @since PECL uploadprogress >= 0.3.0
 */
function uploadprogress_get_info(string $identifier): ?array {}

Function Calls

None

Variables

None

Stats

MD5 d11afcd382b6a28f9b25a0d987ae1515
Eval Count 0
Decode Time 87 ms